Created attachment 2672[details]
limit sv_strictAuth declaration to build w/o the STANDALONE define
Hello,
the sv_strictAuth is only used (and useful) when not building a STANDALONE release but the current code always define the cvar. The included patch adds some '#ifndef STANDALONE/#endif' around the cvar-related declarations.
Created attachment 2672 [details] limit sv_strictAuth declaration to build w/o the STANDALONE define Hello, the sv_strictAuth is only used (and useful) when not building a STANDALONE release but the current code always define the cvar. The included patch adds some '#ifndef STANDALONE/#endif' around the cvar-related declarations.