Skip to content

Commit

Permalink
tv_autorecord 0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Nov 2, 2023
1 parent d39dcb0 commit 611a4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PugSharp/PugSharp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ private void SetMatchVariable(MatchConfig matchConfig)
ExecuteServerCommand($"mp_teamname_2", matchConfig.Team2.Name);
ExecuteServerCommand($"mp_teamflag_2", matchConfig.Team2.Flag);

Server.ExecuteCommand("tv_autorecord 0");

_Logger.LogInformation("Set match variables done");
}

Expand Down

0 comments on commit 611a4a7

Please sign in to comment.