add small patch to 'patches' tab (#118) [skip ci]

This commit is contained in:
m
2022-06-27 13:26:58 -05:00
committed by GitHub
parent 060eb52731
commit a546cc3392
2 changed files with 1 additions and 4 deletions

View File

@ -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
}
}
}