Removed duplicate playerstate call from last commit aka +1 commit!!

This commit is contained in:
Waverunner
2015-06-10 15:03:07 -04:00
parent 3f0eea556e
commit fbbcf84c2d
@@ -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);