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:36:10 -04:00
parent e8d6aab989
commit 7cf342a1a7

View File

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