diff --git a/mp1/cmfgame_hooks.cc b/mp1/cmfgame_hooks.cc index 6fb9fb9..7fa7e08 100644 --- a/mp1/cmfgame_hooks.cc +++ b/mp1/cmfgame_hooks.cc @@ -12,7 +12,7 @@ static LogToken delta_time_token = kInvalidToken; // Exposed mod cvars extern "C" { float game_timescale = 1.f; -bool show_logs = true; +bool show_logs = false; } extern "C" {