Skip to content

Commit c0dc061

Browse files
committed
Remove leftover debug command.
1 parent 2054e1c commit c0dc061

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

loader/src/main/java/com/fox2code/foxloader/loader/ModLoader.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -166,22 +166,6 @@ public void onReceiveDataFromServer(@NotNull NetworkManager connection, byte[] d
166166
public void onPreInit() {
167167
this.setConfigObject(ModLoaderOptions.INSTANCE);
168168
FoxPowerUtils.updateMaxSinkPriorityValue();
169-
CommandRegistry.registerClientCommand(new Command("fldebug2", false, false) {
170-
@Override
171-
public void onExecute(String[] args, ICommandListener commandExecutor) {
172-
commandExecutor.log(GameRegistry.Internal.state());
173-
}
174-
175-
@Override
176-
public void printHelpInformation(ICommandListener iCommandListener) {
177-
178-
}
179-
180-
@Override
181-
public String commandSyntax() {
182-
return "";
183-
}
184-
});
185169
}
186170

187171
@EventHandler

0 commit comments

Comments
 (0)