aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/misc
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-11-17 18:00:30 +0100
committerGitHub <noreply@github.com>2021-11-17 18:00:30 +0100
commit1dd66efceca26d9931010adb24932bba408ca630 (patch)
treeb2a778c8108323b32ead067a1714ca0e99cf438e /src/main/java/gregtech/common/misc
parent9c933933f1d5e99fc618d2e6d5f07238ccb51ba3 (diff)
parentc696e261ab826d711a09622aacff841a01cfeb2a (diff)
downloadGT5-Unofficial-1dd66efceca26d9931010adb24932bba408ca630.tar.gz
GT5-Unofficial-1dd66efceca26d9931010adb24932bba408ca630.tar.bz2
GT5-Unofficial-1dd66efceca26d9931010adb24932bba408ca630.zip
Merge branch 'experimental' into lock-single-recipe
Diffstat (limited to 'src/main/java/gregtech/common/misc')
-rw-r--r--src/main/java/gregtech/common/misc/GT_Command.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/misc/GT_Command.java b/src/main/java/gregtech/common/misc/GT_Command.java
index 13e26353d8..4f6f77ea70 100644
--- a/src/main/java/gregtech/common/misc/GT_Command.java
+++ b/src/main/java/gregtech/common/misc/GT_Command.java
@@ -61,7 +61,7 @@ public final class GT_Command extends CommandBase {
} else if (test.equals("toggle")) {
String test1 = ss[1].trim();
Stream.of("D1", "D2", "debugCleanroom", "debugDriller", "debugBlockPump", "debugBlockMiner", "debugWorldGen", "debugEntityCramming",
- "debugOrevein", "debugSmallOres", "debugStones", "debugChunkloaders", "debugMulti")
+ "debugOrevein", "debugSmallOres", "debugStones", "debugChunkloaders", "debugMulti", "debugWorldData")
.filter(s -> test1.isEmpty() || s.startsWith(test1))
.forEach(l::add);