fix coping issue
This commit is contained in:
@@ -20,16 +20,16 @@ import java.util.Map;
|
||||
|
||||
@Mixin(Commands.class)
|
||||
public class CommandsMixin {
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private List<Command> commands;
|
||||
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private Map<Class<? extends Command>, Command> commandInstances;
|
||||
|
||||
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private CommandDispatcher<CommandSource> DISPATCHER = new CommandDispatcher<>();
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||
|
||||
@Mixin(ConfigTab.class)
|
||||
public class ConfigTabMixin {
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private static Settings settings;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ import meteordevelopment.meteorclient.systems.modules.Modules;
|
||||
|
||||
@Mixin(Modules.class)
|
||||
public class ModulesMixin {
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private Map<Category, List<Module>> groups;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import static meteordevelopment.meteorclient.MeteorClient.mc;
|
||||
|
||||
@Mixin(Flight.class)
|
||||
public class FlightMixin {
|
||||
@Shadow
|
||||
@Shadow(remap = false)
|
||||
@Final
|
||||
private SettingGroup sgGeneral;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user