remove weapon shoot debug message
This commit is contained in:
@@ -150,7 +150,6 @@
|
||||
}
|
||||
checkWeaponhash() {
|
||||
let h = this.weapon;
|
||||
mp.gui.chat.push("weapon shoot = " + h);
|
||||
if (allowedWeaponHashes.indexOf(h) === -1) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user