mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
Don't spam the console with replay data
This commit is contained in:
parent
3d542ec507
commit
c52fec811a
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ function LoadCheckpointTime()
|
|||
end
|
||||
|
||||
function SaveReplayData()
|
||||
PrintTable(LocalPlayer().ReplayTicks)
|
||||
local replay = util.Compress(util.TableToJSON(LocalPlayer().ReplayTicks))
|
||||
local dir = "beatrun/replays/" .. game.GetMap() .. "/"
|
||||
if not replay then return end
|
||||
|
|
Loading…
Reference in a new issue