3 box limit

This commit is contained in:
2024-07-20 11:33:15 -05:00
parent a6377cfe6e
commit dc11d573f3
@@ -534,7 +534,7 @@ public enum InterestManager implements Runnable {
}
try {
if (currentConnections >= 2) {
if (currentConnections >= 3) {
Session s = SessionManager.getSession(player);
if (s.getAccount() != null) {
CharSelectScreenMsg cssm = new CharSelectScreenMsg(s, false);