Null check added for city

This commit is contained in:
2024-04-26 16:15:16 -04:00
parent c25f325f87
commit f294e48140
@@ -396,7 +396,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
if (city == null)
return;
;
city.transactionLock.writeLock().lock();