aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
index 6819ccc4..5f1cc247 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java
@@ -82,6 +82,7 @@ public class Constants {
public static JsonObject ABIPHONE;
public static JsonObject ESSENCESHOPS;
public static JsonObject SBLEVELS;
+ public static JsonObject MUSEUM;
private static final ReentrantLock lock = new ReentrantLock();
@@ -107,6 +108,7 @@ public class Constants {
ABIPHONE = Utils.getConstant("abiphone", gson);
ESSENCESHOPS = Utils.getConstant("essenceshops", gson);
SBLEVELS = Utils.getConstant("sblevels", gson);
+ MUSEUM = Utils.getConstant("museum", gson);
parseEssenceCosts();
} catch (Exception ex) {