mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-16 04:17:41 +00:00
54 errors
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user