Placement check set to 876 to accommodate larger zone sizes.

This commit is contained in:
2023-07-18 16:09:41 -04:00
parent 60f02ae34e
commit 170312fef8
+1 -1
View File
@@ -2280,7 +2280,7 @@ public class Enum {
GRID(640),
ZONE(875),
PLACEMENT(1050);
PLACEMENT(876);
public final float extents;