Skip to content

Commit

Permalink
Add more interesting cvars to debug dumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Jun 9, 2018
1 parent d370208 commit 515f4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/get5/debug.sp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static void AddGlobalStateInfo(File f) {

static void AddInterestingCvars(File f) {
f.WriteLine("Interesting cvars:");
WriteCvarString(f, "get5_allow_technical_pause");
WriteCvarString(f, "get5_autoload_config");
WriteCvarString(f, "get5_check_auths");
WriteCvarString(f, "get5_fixed_pause_time");
Expand Down

0 comments on commit 515f4d8

Please sign in to comment.