mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix crash on clicking on map when player is not making turn in MP
This commit is contained in:
@ -395,8 +395,6 @@ void AdventureMapInterface::adjustActiveness()
|
||||
|
||||
void AdventureMapInterface::onCurrentPlayerChanged(PlayerColor playerID)
|
||||
{
|
||||
LOCPLINT->localState->setSelection(nullptr);
|
||||
|
||||
if (playerID == currentPlayerID)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user