fix welcomer

This commit is contained in:
Lee 2023-03-09 14:28:20 +00:00
parent 502b0c86a3
commit 1601294e29

@ -26,7 +26,7 @@ public class AutoWelcomerAddon extends Addon {
return;
}
if (waitingForReply && messageStripped.equals("+1 Gen for welcoming")) {
if (waitingForReply && messageStripped.equals("+1 Gem for welcoming")) {
Statistic.PLAYERS_WELCOMED.increment(); // Increment the stat
waitingForReply = false;
return;