Browse Source

Null check added for city

combat-2
MagicBot 7 months ago
parent
commit
f294e48140
  1. 1
      src/engine/net/client/handlers/ItemProductionMsgHandler.java

1
src/engine/net/client/handlers/ItemProductionMsgHandler.java

@ -396,7 +396,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { @@ -396,7 +396,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
if (city == null)
return;
;
city.transactionLock.writeLock().lock();

Loading…
Cancel
Save