Variable removed from city

This commit is contained in:
2024-04-06 15:45:45 -04:00
parent 10805a7d37
commit f10141eddb
4 changed files with 11 additions and 19 deletions
@@ -1358,8 +1358,6 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
if (city == null)
return true;
city.setWarehouseBuildingID(newMesh.getObjectUUID());
return true;
}
}