Skip to content

Commit

Permalink
Merge branch 'main' into ci-build-number
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz authored Sep 25, 2023
2 parents 952160d + 0cbdd56 commit f4660df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NorthstarDLL/logging/loghooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ON_DLL_LOAD_RELIESON("engine.dll", EngineSpewFuncHooks, ConVar, (CModule module)
{
AUTOHOOK_DISPATCH_MODULE(engine.dll)

Cvar_spewlog_enable = new ConVar("spewlog_enable", "1", FCVAR_NONE, "Enables/disables whether the engine spewfunc should be logged");
Cvar_spewlog_enable = new ConVar("spewlog_enable", "0", FCVAR_NONE, "Enables/disables whether the engine spewfunc should be logged");
}

ON_DLL_LOAD_CLIENT_RELIESON("client.dll", ClientPrintHooks, ConVar, (CModule module))
Expand Down

0 comments on commit f4660df

Please sign in to comment.