Fixing post-game popup not showing due to verbiage change

This commit is contained in:
Christian 'ketura' McCarty
2024-12-06 01:48:16 -06:00
parent 07493ca9c6
commit 18bda94cdd

View File

@@ -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);
}