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