|
|
@ -534,7 +534,7 @@ public enum InterestManager implements Runnable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
if (currentConnections >= 2) { |
|
|
|
if (currentConnections >= 3) { |
|
|
|
Session s = SessionManager.getSession(player); |
|
|
|
Session s = SessionManager.getSession(player); |
|
|
|
if (s.getAccount() != null) { |
|
|
|
if (s.getAccount() != null) { |
|
|
|
CharSelectScreenMsg cssm = new CharSelectScreenMsg(s, false); |
|
|
|
CharSelectScreenMsg cssm = new CharSelectScreenMsg(s, false); |
|
|
|