This commit is contained in:
Dawson
2022-09-06 13:25:14 -04:00
parent 77542ebad7
commit 7b932060d4
16 changed files with 562 additions and 55 deletions
@@ -185,7 +185,7 @@ public class AnticheatCommand extends BaseCommand {
return crc.getValue();
}
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(3912178420L));
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(3912178420L, 2719903731L));
@Subcommand("alerts")
@CommandPermission("anticheat.command.alerts")