|
|
|
@ -526,7 +526,7 @@ public enum InterestManager implements Runnable {
@@ -526,7 +526,7 @@ public enum InterestManager implements Runnable {
|
|
|
|
|
if (origin == null) |
|
|
|
|
return; |
|
|
|
|
|
|
|
|
|
int currentConnections = 0; |
|
|
|
|
int currentConnections = 1; |
|
|
|
|
for(PlayerCharacter pc : SessionManager.getAllActivePlayerCharacters()){ |
|
|
|
|
if(pc.isActive() && pc.isEnteredWorld() && pc.getClientConnection().machineID.equals(player.getClientConnection().machineID)){ |
|
|
|
|
currentConnections++; |
|
|
|
|