Devcmd output updated.

This commit is contained in:
2023-09-14 14:11:26 -04:00
parent 15f42c9658
commit 75c56cbeee
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public class HeightMap {
// Class variables
public static final float SCALEVALUE = 1.0f / 256;
public static float SCALEVALUE = 1.0f / 256;
// Heightmap data for all zones.
public static final HashMap<Integer, HeightMap> heightmapByLoadNum = new HashMap<>();