forked from MagicBane/Server
Inlined empty getters
This commit is contained in:
@@ -104,7 +104,7 @@ public class ItemFactory {
|
||||
if (zone == null)
|
||||
return null;
|
||||
|
||||
City city = City.getCity(zone.getPlayerCityUUID());
|
||||
City city = City.getCity(zone.playerCityID);
|
||||
|
||||
if (city == null)
|
||||
return null;
|
||||
@@ -796,7 +796,7 @@ public class ItemFactory {
|
||||
if (zone == null)
|
||||
return null;
|
||||
|
||||
City city = City.getCity(zone.getPlayerCityUUID());
|
||||
City city = City.getCity(zone.playerCityID);
|
||||
|
||||
if (city == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user