Background effects tweak (#394)
* Background effects tweak * Small fix * Revert: 'language' deletion (4542b97) * cleanup + readd vignette
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
local gametypes = {
|
||||
["dm"] = true,
|
||||
["dom"] = true,
|
||||
["sd"] = true,
|
||||
["war"] = true,
|
||||
["conf"] = true,
|
||||
["vlobby"] = true,
|
||||
["koth"] = true,
|
||||
["sab"] = true,
|
||||
["ctf"] = true,
|
||||
["dd"] = true,
|
||||
["hp"] = true,
|
||||
["gun"] = true,
|
||||
["dm"] = true,
|
||||
["dom"] = true,
|
||||
["sd"] = true,
|
||||
["war"] = true,
|
||||
["conf"] = true,
|
||||
["vlobby"] = true,
|
||||
["koth"] = true,
|
||||
["sab"] = true,
|
||||
["ctf"] = true,
|
||||
["dd"] = true,
|
||||
["hp"] = true,
|
||||
["gun"] = true
|
||||
}
|
||||
|
||||
local func = LUI.mp_hud.Scoreboard.DetermineIfSingleTeamGameType
|
||||
|
Reference in New Issue
Block a user