Inlined empty getters
This commit is contained in:
@@ -1272,7 +1272,7 @@ public class Warehouse extends AbstractWorldObject {
|
||||
return;
|
||||
}
|
||||
|
||||
City city = City.getCity(cityZone.getPlayerCityUUID());
|
||||
City city = City.getCity(cityZone.playerCityID);
|
||||
|
||||
if (city == null) {
|
||||
Logger.error("Failed to load City for Warehouse with UUID " + this.getObjectUUID());
|
||||
|
||||
Reference in New Issue
Block a user