fix welcomer
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user