Skip to content

Commit

Permalink
lunarcn inside
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 7, 2024
1 parent 021d46f commit f1fe697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cubewhy/celestial/Celestial.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public static GameArgsResult getArgs(String version, String branch, String modul
}
// === loaders ===
JsonObject weave = config.getValue("addon").getAsJsonObject().getAsJsonObject("weave");
JsonObject cn = config.getValue("addon").getAsJsonObject().getAsJsonObject("cn");
JsonObject cn = config.getValue("addon").getAsJsonObject().getAsJsonObject("lunarcn");
if (weave.get("enable").getAsBoolean()) {
String file = weave.get("installation").getAsString();
log.info("Weave enabled! " + file);
Expand Down

0 comments on commit f1fe697

Please sign in to comment.