temp disable anticheat
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
});
|
||||
|
||||
mp.events.add("client:checkInvincible", () => {
|
||||
if (mp.players.local.dimension == 0) return
|
||||
//if (mp.players.local.dimension == 0) return
|
||||
if (!Behaviour.active) return
|
||||
var healthBefore = Behaviour.health
|
||||
mp.players.local.applyDamageTo(1, true);
|
||||
|
||||
Reference in New Issue
Block a user