Fixing post-game popup not showing due to verbiage change
This commit is contained in:
@@ -325,7 +325,7 @@ var ChatBoxUI = Class.extend({
|
||||
// return;
|
||||
// }
|
||||
|
||||
if(message.includes("Thank you for playtesting!")) {
|
||||
if(message.includes("Thank you for playing!")) {
|
||||
if (this.dialogListener != null) {
|
||||
this.dialogListener("Give us feedback!", message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user