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