Fix tf2 gamedata not being used
When this was split out from the legacy obv gamedata in 5678c55 the new
block accidentally used the engine name for tf2 instead of the gamedir
in a gamedir match. Change it to use the same #supported rules as the
others to fix the gamedata loading and avoid future confusion.
This commit is contained in:
parent
2dffbea59e
commit
0c6274058e
@ -89,8 +89,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
"tf2"
|
||||
"#default"
|
||||
{
|
||||
"#supported"
|
||||
{
|
||||
"engine" "tf2"
|
||||
}
|
||||
|
||||
"Signatures"
|
||||
{
|
||||
"CBaseServer__ConnectClient"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user