Skip to content

Commit

Permalink
Honor AUTOLOAD_EXTENSIONS in clientprefs include (#1718)
Browse files Browse the repository at this point in the history
* Optional autoload extensions

* revert autoload for cstrike/tf2
  • Loading branch information
Kxnrl committed Apr 21, 2022
1 parent 39d604a commit ab8bbbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/include/clientprefs.inc
Expand Up @@ -331,7 +331,11 @@ public Extension __ext_cprefs =
{
name = "Client Preferences",
file = "clientprefs.ext",
#if defined AUTOLOAD_EXTENSIONS
autoload = 1,
#else
autoload = 0,
#endif
#if defined REQUIRE_EXTENSIONS
required = 1,
#else
Expand Down

0 comments on commit ab8bbbd

Please sign in to comment.