mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix UI updates
This commit is contained in:
@ -62,7 +62,7 @@ PlayerSettings * StartInfo::getPlayersSettings(const ui8 connectedPlayerId)
|
||||
|
||||
std::string StartInfo::getCampaignName() const
|
||||
{
|
||||
if(campState->getName().empty())
|
||||
if(!campState->getName().empty())
|
||||
return campState->getName();
|
||||
else
|
||||
return VLC->generaltexth->allTexts[508];
|
||||
|
Reference in New Issue
Block a user