Skip to content

Commit

Permalink
Merge pull request #870 from AntlerForce/master
Browse files Browse the repository at this point in the history
Add a separator between player and spectator count
  • Loading branch information
AntlerForce authored Dec 23, 2024
2 parents 3489bd9 + 2eb8d66 commit 02e722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ local function GetBattleTooltip(battleID, battle, showMapName)
if not battleTooltip.spectatorCount then
battleTooltip.spectatorCount = GetTooltipLine(battleTooltip.mainControl, nil, nil, 130)
end
battleTooltip.spectatorCount.Update(offset, "Spectators: " .. battle.spectatorCount)
battleTooltip.spectatorCount.Update(offset,"| " .. "Spectators: " .. battle.spectatorCount)

offset = offset + 21
elseif battleTooltip.playerCount then
Expand Down

0 comments on commit 02e722d

Please sign in to comment.