(svn r1169) -Fix: [Network] [ 1087591 ] When you want to be a spectator, you now
stay a spectator even if someone else joins.
This commit is contained in:
@@ -508,12 +508,6 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP)
|
||||
_local_player = _network_playas - 1;
|
||||
DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
|
||||
}
|
||||
|
||||
// Remeber the player
|
||||
if (_local_player != OWNER_SPECTATOR)
|
||||
_network_playas = _local_player + 1;
|
||||
else
|
||||
_network_playas = OWNER_SPECTATOR;
|
||||
}
|
||||
|
||||
return NETWORK_RECV_STATUS_OKAY;
|
||||
|
Reference in New Issue
Block a user