add new data directory, and update updater
This commit is contained in:
11
data/cdata/ui_scripts/patches/gamemodes.lua
Normal file
11
data/cdata/ui_scripts/patches/gamemodes.lua
Normal file
@ -0,0 +1,11 @@
|
||||
Cac.GameModes.Data = {
|
||||
Standard = {
|
||||
Label = Engine.Localize("@MPUI_STANDARD_CAPS"),
|
||||
Image = "h1_ui_icon_playlist_standard",
|
||||
List =
|
||||
{
|
||||
"dm", "war", "sd", "dom", "conf", "sab", "koth", "hp", "gun",
|
||||
"dd", "ctf" -- missing gamemodes from UI
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user