Remove vestigial references to gacha_mappings

This commit is contained in:
AnimeGitB
2022-08-09 18:00:12 +09:30
committed by Luke H-W
parent 0091fb87ea
commit ef805f26cc
2 changed files with 14 additions and 34 deletions

View File

@@ -95,17 +95,10 @@ public final class Grasscutter {
boolean exitEarly = false;
for (String arg : args) {
switch (arg.toLowerCase()) {
case "-handbook", "-handbooks" -> {
exitEarly = true;
}
case "-dumppacketids" -> {
PacketOpcodesUtils.dumpPacketIds();
exitEarly = true;
}
case "-gachamap" -> {
Tools.createGachaMapping(DATA("gacha_mappings.js"));
exitEarly = true;
}
case "-version" -> {
System.out.println("Grasscutter version: " + BuildConfig.VERSION + "-" + BuildConfig.GIT_HASH);
exitEarly = true;