diff --git a/ReallifeGamemode.Client/admin/anticheat.ts b/ReallifeGamemode.Client/admin/anticheat.ts index 85ae5eb1..a5a248d6 100644 --- a/ReallifeGamemode.Client/admin/anticheat.ts +++ b/ReallifeGamemode.Client/admin/anticheat.ts @@ -150,7 +150,6 @@ } checkWeaponhash() { let h = this.weapon; - mp.gui.chat.push("weapon shoot = " + h); if (allowedWeaponHashes.indexOf(h) === -1) { return true }