remove weapon shoot debug message

This commit is contained in:
hydrant
2021-04-11 05:47:15 +02:00
parent c6998b4d13
commit fa9963f200

View File

@@ -150,7 +150,6 @@
} }
checkWeaponhash() { checkWeaponhash() {
let h = this.weapon; let h = this.weapon;
mp.gui.chat.push("weapon shoot = " + h);
if (allowedWeaponHashes.indexOf(h) === -1) { if (allowedWeaponHashes.indexOf(h) === -1) {
return true return true
} }