Skip to content

Commit 3bd97f0

Browse files
committed
Don't say "<no details>" for maps lacking a description, just don't write anything.
1 parent ca797ed commit 3bd97f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaMenu/widgets/gui_battle_room_window.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ local function SetupInfoButtonsPanel(leftInfo, rightInfo, battle, battleID, myUs
157157
if mapItem then
158158
tbMapInfo:SetText(mapItem.Width .. "x" .. mapItem.Height .. " " .. mapItem.MapType)
159159
else
160-
tbMapInfo:SetText("<No details>")
160+
tbMapInfo:SetText("")
161161
end
162162
local length = tbMapName.font:GetTextWidth(mapName)
163163
imMapLink:SetPos(length + 5)

0 commit comments

Comments
 (0)