54 errors

This commit is contained in:
catfoolyou
2025-01-29 18:26:58 -05:00
parent 2783405c58
commit 2df8e7ba5d
25 changed files with 110 additions and 170 deletions

View File

@@ -18,7 +18,7 @@ public class MinecraftMain {
byte[] b = EaglerAdapter.loadLocalStorage("forced");
if(b != null) {
ServerList.loadDefaultServers(Base64.encodeBase64String(b));
//ServerList.loadDefaultServers(Base64.encodeBase64String(b)); // FIX THIS
}
if(par0ArrayOfStr.length > 0) {
EaglerAdapter.setServerToJoinOnLaunch(par0ArrayOfStr[0]);