v1.3.0: removed unused variable in Dungeon for custom seeds

This commit is contained in:
Evan Debenham
2022-06-13 00:57:14 -04:00
parent 00eb6833ad
commit c62dfbceb1

View File

@@ -182,9 +182,8 @@ public class Dungeon {
public static int initialVersion;
public static int version;
public static String customSeedText;
public static String customSeedText = "";
public static long seed;
public static boolean usingCustomSeed;
public static void init() {