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