mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Fix advancement spam check
This commit is contained in:
parent
c8590cfe2f
commit
daee555fed
@ -68,7 +68,7 @@ public class AwardMessageModule extends AbstractGameMessageModule<AwardMessageCo
|
||||
return;
|
||||
}
|
||||
|
||||
if (!checkIfShouldPermit(event.getPlayer())) {
|
||||
if (checkIfShouldPermit(event.getPlayer())) {
|
||||
process(event, event.getPlayer(), event.getGameChannel());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user