From 7cf342a1a77e05aa393c6902734ba599fdb692c9 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 31 May 2010 16:36:10 -0400 Subject: [PATCH] Fixed tf2.inc incorrectly attempting to load tf2 ext on all games (bug 4197, r=fyren) --- plugins/include/tf2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index a82b6849..3a784578 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -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