Fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ class Equipment {
|
|||||||
|
|
||||||
hasProperty(propertyName) {
|
hasProperty(propertyName) {
|
||||||
if (items[this.name + '_' + propertyName] == null) {
|
if (items[this.name + '_' + propertyName] == null) {
|
||||||
console.debug(`Eqipment ${this.name} has no property ${propertyName}`)
|
console.debug(`Equipment ${this.name} has no property ${propertyName}`)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user