Bit of tidyup

This commit is contained in:
Casper Warden
2021-09-22 15:34:53 +01:00
parent 32e47c68b1
commit 41f79d969e
14 changed files with 45 additions and 49 deletions

View File

@@ -1019,10 +1019,6 @@ export class GameObject implements IGameObjectData
case 'inv_item':
this.inventory.push(InventoryItem.fromAsset(lineObj, this, this.region.agent));
break;
default:
{
console.log('Unrecognised task inventory token: [' + result.key + ']');
}
}
}
}