Skip to content

Commit af3b5c1

Browse files
committed
No need to remap headlessmc classes
1 parent c1d2d9c commit af3b5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/earth/hmc_optimizations/mixin/MixinCommandContextImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
1313

1414
@Pseudo
15-
@Mixin(CommandContextImpl.class)
15+
@Mixin(value = CommandContextImpl.class, remap = false)
1616
public abstract class MixinCommandContextImpl {
1717
@Shadow protected abstract void add(Command command);
1818

0 commit comments

Comments
 (0)