mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 01:23:35 +02:00
Disconnect client when server changes the map and the client is in a slot that is no longer a network slot.
This commit is contained in:
@@ -251,6 +251,7 @@ void MenuStateCustomGame::mouseClick(int x, int y, MouseButton mouseButton){
|
||||
loadMapInfo(Map::getMapPath(mapFiles[listBoxMap.getSelectedItemIndex()]), &mapInfo);
|
||||
labelMapInfo.setText(mapInfo.desc);
|
||||
updateControlers();
|
||||
updateNetworkSlots();
|
||||
|
||||
if(hasNetworkGameSettings() == true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user