Fixed snail breaking addons again

Cope

- Utils.mc --> MeteorClient.mc
- MeteorClient.screenToOpen --> Utils.mc
- others (too lazy)
This commit is contained in:
stormybytes
2021-10-29 19:07:24 +07:00
parent a5993aaa4f
commit 2e1abe481e
11 changed files with 15 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import anticope.rejects.modules.*;
import anticope.rejects.modules.modifier.NoRenderModifier;
import anticope.rejects.utils.GiveUtils;
import anticope.rejects.utils.RejectsUtils;
import meteordevelopment.meteorclient.MeteorAddon;
import meteordevelopment.meteorclient.addons.MeteorAddon;
import meteordevelopment.meteorclient.MeteorClient;
import meteordevelopment.meteorclient.gui.GuiThemes;
import meteordevelopment.meteorclient.systems.commands.Commands;