File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/net/earthcomputer/clientcommands Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88import net .earthcomputer .clientcommands .command .CommandCGive ;
99import net .earthcomputer .clientcommands .command .CommandCHelp ;
1010import net .earthcomputer .clientcommands .command .CommandCTime ;
11- import net .earthcomputer .clientcommands .command .CommandCVW ;
1211import net .earthcomputer .clientcommands .command .CommandCalc ;
1312import net .earthcomputer .clientcommands .command .CommandFind ;
1413import net .earthcomputer .clientcommands .command .CommandFindBlock ;
@@ -62,7 +61,7 @@ private void registerCommands() {
6261 ClientCommandHandler .instance .registerCommand (new CommandTempRule ());
6362 ClientCommandHandler .instance .registerCommand (new CommandCEnchant ());
6463 ClientCommandHandler .instance .registerCommand (new CommandCTime ());
65- ClientCommandHandler .instance .registerCommand (new CommandCVW ());
64+ // ClientCommandHandler.instance.registerCommand(new CommandCVW());
6665 }
6766
6867 private void registerEventStuff () {
You can’t perform that action at this time.
0 commit comments