v1.3.0: removed unused variable in Dungeon for custom seeds
This commit is contained in:
@@ -182,9 +182,8 @@ public class Dungeon {
|
|||||||
public static int initialVersion;
|
public static int initialVersion;
|
||||||
public static int version;
|
public static int version;
|
||||||
|
|
||||||
public static String customSeedText;
|
public static String customSeedText = "";
|
||||||
public static long seed;
|
public static long seed;
|
||||||
public static boolean usingCustomSeed;
|
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user