Full support for both parties

This commit is contained in:
Yazawazi
2022-07-13 12:30:56 +08:00
committed by Luke H-W
parent 0a557ccfcd
commit ae8b5e30ac
4 changed files with 41 additions and 46 deletions

View File

@@ -211,7 +211,6 @@ public class ConfigContainer {
public int cap = 160;
public int rechargeTime = 480;
}
public boolean uaPatchCompatible = false;
}
public static class JoinOptions {
@@ -271,4 +270,4 @@ public class ConfigContainer {
public String Ip = "127.0.0.1";
public int Port = 22102;
}
}
}