cstrike shouldn't autoload

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401508
This commit is contained in:
David Anderson 2007-09-29 18:45:12 +00:00
parent 970826c9d4
commit b17cf5c7af

View File

@ -73,11 +73,7 @@ public Extension:__ext_cstrike =
{
name = "CStrike",
file = "games/game.cstrike.ext",
#if defined AUTOLOAD_EXTENSIONS
autoload = 1,
#else
autoload = 0,
#endif
#if defined REQUIRE_EXTENSIONS
required = 1,
#else