From fe08104d1847aee4bbbf4034e11d0add6e09ba39 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 31 May 2010 16:31: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 b1680f54..096a303e 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