From c52fec811ab19cc6e0997a6d6bb03dbb1ca39ae9 Mon Sep 17 00:00:00 2001 From: LostTrackpad Date: Wed, 7 Aug 2024 22:52:39 +0700 Subject: [PATCH] Don't spam the console with replay data --- beatrun/gamemodes/beatrun/gamemode/sh/Checkpoints.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/Checkpoints.lua b/beatrun/gamemodes/beatrun/gamemode/sh/Checkpoints.lua index dda0459..5d52149 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/Checkpoints.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/Checkpoints.lua @@ -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