From fa9963f200907b77a536a8fc213bc5944738aaec Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 05:47:15 +0200 Subject: [PATCH] remove weapon shoot debug message --- 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 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 }