Skip to content

Commit 63da695

Browse files
committed
Disable cvw command
1 parent 55685f2 commit 63da695

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/net/earthcomputer/clientcommands/ClientCommandsMod.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import net.earthcomputer.clientcommands.command.CommandCGive;
99
import net.earthcomputer.clientcommands.command.CommandCHelp;
1010
import net.earthcomputer.clientcommands.command.CommandCTime;
11-
import net.earthcomputer.clientcommands.command.CommandCVW;
1211
import net.earthcomputer.clientcommands.command.CommandCalc;
1312
import net.earthcomputer.clientcommands.command.CommandFind;
1413
import 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() {

0 commit comments

Comments
 (0)