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

@@ -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 {