Skip to content

Commit

Permalink
default show_logs to false
Browse files Browse the repository at this point in the history
  • Loading branch information
shiiion committed Apr 11, 2021
1 parent 1092730 commit 44c67c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp1/cmfgame_hooks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 44c67c9

Please # to comment.