forked from MagicBane/Server
Debug code added
This commit is contained in:
@@ -294,6 +294,9 @@ public enum ZoneManager {
|
|||||||
Vector2f localCoords;
|
Vector2f localCoords;
|
||||||
Vector2f zoneOrigin;
|
Vector2f zoneOrigin;
|
||||||
|
|
||||||
|
if (ZoneManager.seaFloor.equals(serverZone))
|
||||||
|
zoneOrigin = new Vector2f();
|
||||||
|
|
||||||
// Top left corner of zone is calculated in world space by the center and it's extents.
|
// Top left corner of zone is calculated in world space by the center and it's extents.
|
||||||
|
|
||||||
zoneOrigin = new Vector2f(serverZone.getLoc().x, serverZone.getLoc().z);
|
zoneOrigin = new Vector2f(serverZone.getLoc().x, serverZone.getLoc().z);
|
||||||
|
|||||||
Reference in New Issue
Block a user