organize menu lua
- fix some whitespace
This commit is contained in:
@@ -13,7 +13,7 @@ scoreboard.maxPlayersOnTeam = GetTeamLimitForMaxPlayers(GetPartyMaxPlayers())
|
||||
scoreboard.scoreColumns.ping = {
|
||||
width = Engine.IsZombiesMode() and 90 or 60,
|
||||
title = "LUA_MENU_PING",
|
||||
getter = function (scoreinfo)
|
||||
getter = function(scoreinfo)
|
||||
return scoreinfo.ping == 0 and "BOT" or tostring(scoreinfo.ping)
|
||||
end
|
||||
}
|
||||
|
Reference in New Issue
Block a user