aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java b/src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java
index f13dca10..2e2e2831 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/commands/SimpleCommand.java
@@ -8,7 +8,6 @@ import net.minecraft.util.BlockPos;
import java.util.List;
public class SimpleCommand extends CommandBase {
-
private final String commandName;
private final ProcessCommandRunnable runnable;
private TabCompleteRunnable tabRunnable;