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