Skip to content

Commit

Permalink
fix: avoid seriousroom in TAS
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Feb 1, 2025
1 parent 5a6659e commit 5f8c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/Tas/TasPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ void TasPlayer::Update() {

// prevent usage of TAS tools in CM without cheats
if (!sv_cheats.GetBool()) {
sv_cheats.SetValue(true);
sv_cheats.ThisPtr()->m_nValue = 1;
}
}

Expand Down

0 comments on commit 5f8c183

Please sign in to comment.