From fedf8138c41541c6b66fd0813030627277e7daac Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 14:26:08 +0200 Subject: [PATCH] anticheat weapon debug --- ReallifeGamemode.Client/admin/anticheat.ts | 1 + 1 file changed, 1 insertion(+) 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() {