forked from MagicBane/Server
3 box limit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user