Enable strict anticheat in Gladiators (Artix)

This commit is contained in:
samczsun 2017-01-08 16:54:40 -05:00 committed by cnr
parent c5d5d86c1d
commit 2ffae9f078
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ public class Gladiators extends SoloGame
.setGiveCompassToSpecs(true)
.setGiveCompassToAlive(false)
.register(this);
StrictAntiHack = true;
}
@EventHandler