add small patch to 'patches' tab (#118) [skip ci]
This commit is contained in:
parent
f7e160eb5b
commit
579ff03d72
@ -4,6 +4,7 @@ end
|
|||||||
|
|
||||||
if (Engine.InFrontend()) then
|
if (Engine.InFrontend()) then
|
||||||
require("shaderdialog")
|
require("shaderdialog")
|
||||||
|
require("gamemodes")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- defined in mp_hud/hudutils.lua
|
-- defined in mp_hud/hudutils.lua
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
if (game:issingleplayer() or not Engine.InFrontend()) then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
|
|
||||||
Cac.GameModes.Data = {
|
Cac.GameModes.Data = {
|
||||||
Standard = {
|
Standard = {
|
||||||
Label = Engine.Localize("@MPUI_STANDARD_CAPS"),
|
Label = Engine.Localize("@MPUI_STANDARD_CAPS"),
|
Loading…
Reference in New Issue
Block a user