Honor AUTOLOAD_EXTENSIONS in clientprefs include (#1718)
* Optional autoload extensions * revert autoload for cstrike/tf2
This commit is contained in:
parent
b25d25890a
commit
ec92653bb7
@ -331,7 +331,11 @@ public Extension __ext_cprefs =
|
|||||||
{
|
{
|
||||||
name = "Client Preferences",
|
name = "Client Preferences",
|
||||||
file = "clientprefs.ext",
|
file = "clientprefs.ext",
|
||||||
|
#if defined AUTOLOAD_EXTENSIONS
|
||||||
autoload = 1,
|
autoload = 1,
|
||||||
|
#else
|
||||||
|
autoload = 0,
|
||||||
|
#endif
|
||||||
#if defined REQUIRE_EXTENSIONS
|
#if defined REQUIRE_EXTENSIONS
|
||||||
required = 1,
|
required = 1,
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user