We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d764d17 commit 02096ebCopy full SHA for 02096eb
1 file changed
src/Features/Hud/CheatWarn.cpp
@@ -81,6 +81,7 @@ class CheatWarnHud : public Hud {
81
82
bool ShouldDraw() override {
83
if (!Hud::ShouldDraw()) return false;
84
+ if (engine->demoplayer->IsPlaying()) return false;
85
86
switch (sar_cheat_hud.GetInt()) {
87
case 0:
0 commit comments