Refactor warehouse part two.

This commit is contained in:
2024-03-17 09:47:00 -04:00
parent b76a384e1f
commit f3bfdd8a36
15 changed files with 155 additions and 120 deletions
@@ -78,7 +78,7 @@ public class ViewResourcesMessage extends ClientNetMsg {
if (this.city == null)
return false;
this.warehouseObject = this.city.getWarehouse();
this.warehouseObject = this.city.warehouse;
return this.warehouseObject != null;
}