Zmiana nazwy stałej.

This commit is contained in:
2026-01-22 11:27:28 +01:00
parent 16546a247f
commit 31f424e3e9

View File

@@ -48,7 +48,7 @@ public class Node {
static final int BUILDINGS_COUNT;
static {
switch (MapConsts.DL_MK) {
switch (MapConsts.SS_SIZE) {
case 200:
BUILDINGS_COUNT = 8;
break;