Fixed tf2.inc incorrectly attempting to load tf2 ext on all games (bug 4197, r=fyren)

This commit is contained in:
Nicholas Hastings 2010-05-31 16:31:10 -04:00
parent e518605d69
commit fe08104d18

View File

@ -230,7 +230,7 @@ public Extension:__ext_tf2 =
{
name = "TF2 Tools",
file = "game.tf2.ext",
autoload = 1,
autoload = 0,
#if defined REQUIRE_EXTENSIONS
required = 1,
#else