custom races

This commit is contained in:
2024-03-10 18:27:09 -05:00
parent 114ccfee9d
commit 7153216f09
7 changed files with 61 additions and 9 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ public class CityZoneMsg extends ClientNetMsg {
this.locY = locY;
this.locZ = locZ;
this.name = name;
this.radiusX = Enum.CityBoundsType.GRID.extents;
this.radiusZ = Enum.CityBoundsType.GRID.extents;
this.radiusX = Enum.CityBoundsType.ZONE.extents;
this.radiusZ = Enum.CityBoundsType.ZONE.extents;
this.unknown01 = 0;
}