From 4126e2251467f4d369c763eb23dc6f74c64f9f25 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 02:25:23 +0200 Subject: [PATCH] fix tp hack --- ReallifeGamemode.Client/admin/anticheat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ReallifeGamemode.Client/admin/anticheat.ts b/ReallifeGamemode.Client/admin/anticheat.ts index 1703050b..ebe95e13 100644 --- a/ReallifeGamemode.Client/admin/anticheat.ts +++ b/ReallifeGamemode.Client/admin/anticheat.ts @@ -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") } }