We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a86121 commit 766246fCopy full SHA for 766246f
src/preflight/loader.lua
@@ -800,7 +800,6 @@ local function doGameHooks()
800
local init_item_prototypes_ref = Game.init_item_prototypes
801
function Game:init_item_prototypes()
802
init_item_prototypes_ref(self)
803
- convert_save_data()
804
if SMODS.booted then
805
SMODS.injectItems()
806
end
@@ -817,8 +816,10 @@ local function initSteamodded()
817
816
initializeModUIFunctions()
818
-- boot_print_stage("Injecting Items")
819
+ convert_save_data()
820
SMODS.booted = true
821
822
+
823
-- re-inject on reload
824
825
version.lua
@@ -1 +1 @@
1
-return "1.0.0~BETA-1502a-STEAMODDED"
+return "1.0.0~BETA-1502b-STEAMODDED"
0 commit comments