Fix extra_gamemodes

This commit is contained in:
Federico Cecchetto 2022-06-25 18:46:55 +02:00
parent 28b4514342
commit 4566cc5d26

View File

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