mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-09-21 08:12:53 -04:00
Removed duplicate playerstate call from last commit aka +1 commit!!
This commit is contained in:
@@ -231,7 +231,6 @@ public class ConnectionService extends Service {
|
||||
switch(reason) {
|
||||
case NEW_CONNECTION_ATTEMPT: // The player is attempting to re-zone
|
||||
removeFromDisappear(p);
|
||||
p.setPlayerState(PlayerState.DISCONNECTED);
|
||||
break;
|
||||
default:
|
||||
removeFromLists(p);
|
||||
|
||||
Reference in New Issue
Block a user