aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-31 23:17:31 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-31 23:17:31 +0000
commit4edaabe9ae7fe7d6ae290ec2965220e7a9a8e32b (patch)
tree838fb82756a651bfc2d2339162b2e3d74ff8108d /src/client
parenteb817d454e89818a39793864e9f4455b09e7a291 (diff)
perf(import): remove one useless import
Diffstat (limited to 'src/client')
-rw-r--r--src/client/java/world/anhgelus/molehunt/client/mixin/NoCustomizableSkinOverlay.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/java/world/anhgelus/molehunt/client/mixin/NoCustomizableSkinOverlay.java b/src/client/java/world/anhgelus/molehunt/client/mixin/NoCustomizableSkinOverlay.java
index b524920..2ca0b4c 100644
--- a/src/client/java/world/anhgelus/molehunt/client/mixin/NoCustomizableSkinOverlay.java
+++ b/src/client/java/world/anhgelus/molehunt/client/mixin/NoCustomizableSkinOverlay.java
@@ -7,7 +7,6 @@ import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
-import world.anhgelus.molehunt.Molehunt;
import world.anhgelus.molehunt.client.MolehuntClient;
@Mixin(GameOptions.class)