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 f7e160eb5b
commit 579ff03d72
2 changed files with 1 additions and 4 deletions

View File

@ -4,6 +4,7 @@ end
if (Engine.InFrontend()) then
require("shaderdialog")
require("gamemodes")
end
-- defined in mp_hud/hudutils.lua

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