diff --git a/src/engine/net/client/handlers/ItemProductionMsgHandler.java b/src/engine/net/client/handlers/ItemProductionMsgHandler.java index 3a51967b..cdc5ce81 100644 --- a/src/engine/net/client/handlers/ItemProductionMsgHandler.java +++ b/src/engine/net/client/handlers/ItemProductionMsgHandler.java @@ -133,7 +133,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { if (city == null) return; - ; city.transactionLock.writeLock().lock();