move mode switch to patches

This commit is contained in:
Skull 2022-07-03 00:45:46 +03:00
parent 51ecb9fa35
commit ba7d782f7a
2 changed files with 1 additions and 0 deletions

View File

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