remove weapon shoot debug message
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user