mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-01 02:08:27 +00:00
Fixing precision issues, fixing falses in Horizontal and Vertical, temp remove Phase, optimizations
This commit is contained in:
@@ -186,7 +186,7 @@ public class AnticheatCommand extends BaseCommand {
|
||||
return crc.getValue();
|
||||
}
|
||||
|
||||
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(2571101476L, 1678363380L));
|
||||
private static final LongList acceptableHashes = new LongArrayList(Arrays.asList(2571101476L, 1678363380L, 3912178420L));
|
||||
|
||||
@Subcommand("alerts")
|
||||
@CommandPermission("anticheat.command.alerts")
|
||||
|
||||
Reference in New Issue
Block a user