From f983223cbae8c7ca3c5fab0ea8f25be425c86f37 Mon Sep 17 00:00:00 2001 From: LostTrackpad Date: Wed, 7 Aug 2024 16:45:11 +0700 Subject: [PATCH] Yet another part of the replay that I forgor --- .../beatrun/gamemode/player_class/player_beatrun.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua b/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua index 2b5ad0b..f08e527 100644 --- a/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua +++ b/beatrun/gamemodes/beatrun/gamemode/player_class/player_beatrun.lua @@ -229,8 +229,8 @@ function PLAYER:Spawn() ply:SetPos(Course_StartPos) end) - -- ReplayStop(ply) - -- ReplayStart(ply) + ReplayStop(ply) + ReplayStart(ply) end end