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