Fixed tf2.inc incorrectly attempting to load tf2 ext on all games (bug 4197, r=fyren)
This commit is contained in:
parent
e8d6aab989
commit
7cf342a1a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user