diff --git a/ReallifeGamemode.Client/admin/anticheat.ts b/ReallifeGamemode.Client/admin/anticheat.ts index 2eace14c..a6834688 100644 --- a/ReallifeGamemode.Client/admin/anticheat.ts +++ b/ReallifeGamemode.Client/admin/anticheat.ts @@ -151,9 +151,9 @@ checkWeaponhash() { let h = this.weapon; if (allowedWeaponHashes.indexOf(h) === -1) { + mp.gui.chat.push("unallowed weapon: " + h); return true } - mp.gui.chat.push("unallowed weapon: " + h); return false } resetWeapon() {