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

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

View File

@ -1,7 +1,3 @@
if (game:issingleplayer() or not Engine.InFrontend()) then
return
end
Cac.GameModes.Data = {
Standard = {
Label = Engine.Localize("@MPUI_STANDARD_CAPS"),