From b12619b2a2c35ac92b9fb20b4a252013735867d6 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 22:49:43 +0200 Subject: [PATCH] [HOTFIX] remove unallowed weapon 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 051cfced..0eaf4fed 100644 --- a/ReallifeGamemode.Client/admin/anticheat.ts +++ b/ReallifeGamemode.Client/admin/anticheat.ts @@ -153,7 +153,6 @@ checkWeaponhash() { let h = this.weapon; if (allowedWeaponHashes.indexOf(h) === -1) { - mp.gui.chat.push("unallowed weapon: " + h); return true } return false