Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ui/game/timer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ function MP.UI.timer_hud()
ref_table = setmetatable({}, {
__index = function()
if not MP.GAME.timer then return 0 end
local threshold = MP.LOBBY.config.timer_display_threshold or 0
if threshold > 0 and MP.GAME.timer > threshold
and not MP.GAME.timer_started and not MP.GAME.nemesis_timer_started then
return string.format("%d", threshold)
end
if MP.GAME.timer > 9.95 then
return string.format("%d", MP.GAME.timer)
end
Expand Down