forked from MagicBane/Server
tree overlap reduction
This commit is contained in:
@@ -2307,8 +2307,8 @@ public class Enum {
|
|||||||
public enum CityBoundsType {
|
public enum CityBoundsType {
|
||||||
|
|
||||||
GRID(640),
|
GRID(640),
|
||||||
ZONE(875),
|
ZONE(775),
|
||||||
PLACEMENT(876);
|
PLACEMENT(776);
|
||||||
|
|
||||||
public final float extents;
|
public final float extents;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user