fix tp hack

This commit is contained in:
hydrant
2021-04-11 02:25:23 +02:00
parent 28c75d7841
commit 4126e22514

View File

@@ -181,7 +181,6 @@
let Difference = Behaviour.subtractVector(Behaviour.pos, mp.players.local.position)
if (Math.abs(Difference.x) > 30 || Math.abs(Difference.y) > 30) {
if (Behaviour.isWalking()) {
mp.gui.chat.push("tp hack");
mp.events.callRemote("CLIENT:CheatDetection", "Flyhack/Teleport")
}
}