anticheat weapon debug

This commit is contained in:
hydrant
2021-04-11 14:26:08 +02:00
parent e82d467d4e
commit fedf8138c4

View File

@@ -153,6 +153,7 @@
if (allowedWeaponHashes.indexOf(h) === -1) { if (allowedWeaponHashes.indexOf(h) === -1) {
return true return true
} }
mp.gui.chat.push("unallowed weapon: " + h);
return false return false
} }
resetWeapon() { resetWeapon() {