mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +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);
|
std::string hoverName = getHoverText(player);
|
||||||
if (settings["general"]["enableUiEnhancements"].Bool())
|
if (settings["general"]["enableUiEnhancements"].Bool())
|
||||||
{
|
|
||||||
hoverName += getMonsterLevelText();
|
hoverName += getMonsterLevelText();
|
||||||
}
|
|
||||||
return hoverName;
|
return hoverName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user