|
@@ -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];
|