forked from MagicBane/Server
Method inlined
This commit is contained in:
@@ -73,7 +73,7 @@ public class WorldDataMsg extends ClientNetMsg {
|
||||
|
||||
// TODO replace this return with SerializationException
|
||||
|
||||
Zone root = ZoneManager.getSeaFloor();
|
||||
Zone root = ZoneManager.seaFloor;
|
||||
if (root == null) {
|
||||
Logger.error("Failed to find Sea Floor!");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user