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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"),