comment out debug command

This commit is contained in:
Not 2022-11-19 01:49:52 +01:00
parent 172b9d3633
commit 935d119e4d
1 changed files with 6 additions and 6 deletions

View File

@ -1197,12 +1197,12 @@ local function saveTime(player)
end
-- DEBUGGING
local function saveLeaderboard(player, ...)
TimeFinished = tonumber(... or player.realtime)
splits = {1000, 2000, 3000}
saveTime(player)
end
COM_AddCommand("save", saveLeaderboard)
--local function saveLeaderboard(player, ...)
-- TimeFinished = tonumber(... or player.realtime)
-- splits = {1000, 2000, 3000}
-- saveTime(player)
--end
--COM_AddCommand("save", saveLeaderboard)
local function regLap(player)
if player.laps > prevLap and TimeFinished == 0 then