mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-14 10:12:59 +02:00
remove bracket
This commit is contained in:
parent
4896b51a5d
commit
60177bffab
@ -141,9 +141,7 @@ std::string CGCreature::getPopupText(PlayerColor player) const
|
||||
{
|
||||
std::string hoverName = getHoverText(player);
|
||||
if (settings["general"]["enableUiEnhancements"].Bool())
|
||||
{
|
||||
hoverName += getMonsterLevelText();
|
||||
}
|
||||
return hoverName;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user