Don't spam the console with replay data

This commit is contained in:
LostTrackpad 2024-08-07 22:52:39 +07:00
parent 3d542ec507
commit c52fec811a

View file

@ -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