Null check added for city
This commit is contained in:
@@ -396,7 +396,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
if (city == null)
|
||||
return;
|
||||
;
|
||||
|
||||
city.transactionLock.writeLock().lock();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user