Fixed snail breaking addons again
Cope - Utils.mc --> MeteorClient.mc - MeteorClient.screenToOpen --> Utils.mc - others (too lazy)
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
|
||||
import static meteordevelopment.meteorclient.utils.Utils.mc;
|
||||
import static meteordevelopment.meteorclient.MeteorClient.mc;
|
||||
|
||||
public class HeadScreen extends WindowScreen {
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import meteordevelopment.meteorclient.systems.modules.Module;
|
||||
import meteordevelopment.meteorclient.utils.render.color.Color;
|
||||
import meteordevelopment.meteorclient.utils.render.color.SettingColor;
|
||||
|
||||
import static meteordevelopment.meteorclient.utils.Utils.mc;
|
||||
import static meteordevelopment.meteorclient.MeteorClient.mc;
|
||||
|
||||
public class MeteorRoundedGuiTheme extends GuiTheme {
|
||||
private final SettingGroup sgGeneral = settings.getDefaultGroup();
|
||||
|
||||
@@ -13,7 +13,7 @@ import meteordevelopment.meteorclient.gui.widgets.pressable.WPressable;
|
||||
import meteordevelopment.meteorclient.systems.modules.Module;
|
||||
import meteordevelopment.meteorclient.utils.Utils;
|
||||
|
||||
import static meteordevelopment.meteorclient.utils.Utils.mc;
|
||||
import static meteordevelopment.meteorclient.MeteorClient.mc;
|
||||
import static org.lwjgl.glfw.GLFW.GLFW_MOUSE_BUTTON_LEFT;
|
||||
import static org.lwjgl.glfw.GLFW.GLFW_MOUSE_BUTTON_RIGHT;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import meteordevelopment.meteorclient.gui.widgets.WTopBar;
|
||||
import meteordevelopment.meteorclient.gui.widgets.pressable.WPressable;
|
||||
import meteordevelopment.meteorclient.utils.render.color.Color;
|
||||
|
||||
import static meteordevelopment.meteorclient.utils.Utils.mc;
|
||||
import static meteordevelopment.meteorclient.MeteorClient.mc;
|
||||
import static org.lwjgl.glfw.GLFW.glfwSetCursorPos;
|
||||
|
||||
public class WMeteorTopBar extends WTopBar implements MeteorWidget {
|
||||
|
||||
Reference in New Issue
Block a user