add small patch to 'patches' tab (#118) [skip ci]
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
if (game:issingleplayer() or not Engine.InFrontend()) then
|
||||
return
|
||||
end
|
||||
|
||||
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