diff --git a/parts/scenes/customGame.lua b/parts/scenes/customGame.lua index 77726598..3c15b8a3 100644 --- a/parts/scenes/customGame.lua +++ b/parts/scenes/customGame.lua @@ -145,6 +145,7 @@ local function _play(mode) end end saveFile(CUSTOMGAME_LOCAL.customenv,'conf/customEnv') + apply_locals() loadGame('custom_'..mode,true) end