aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-22 20:35:40 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-22 20:35:40 +0200
commit2736ce66b5c6344422dfcdc613cd6cc0be55cc64 (patch)
tree92331ed53f26f215678103c5b6d31ec2fcb0010f /src/main
parentdd30f842917ddc1ac3d907e7c2c4a051ad6bd2dc (diff)
style: remove unnecessary imports
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/world/anhgelus/molehunt/Molehunt.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/Molehunt.java b/src/main/java/world/anhgelus/molehunt/Molehunt.java
index b5bb92d..7140512 100644
--- a/src/main/java/world/anhgelus/molehunt/Molehunt.java
+++ b/src/main/java/world/anhgelus/molehunt/Molehunt.java
@@ -16,8 +16,6 @@ import org.slf4j.LoggerFactory;
import java.util.HashMap;
-import static com.mojang.brigadier.arguments.BoolArgumentType.bool;
-import static net.minecraft.server.command.CommandManager.argument;
import static net.minecraft.server.command.CommandManager.literal;