mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
less early init spam
This commit is contained in:
parent
7c5896eb15
commit
6e7a2257b0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ mod_settings =
|
|||
function ModSettingsUpdate( init_scope )
|
||||
--local old_version = mod_settings_get_version( mod_id ) -- This can be used to migrate some settings between mod versions.
|
||||
mod_settings_update( mod_id, mod_settings, init_scope )
|
||||
if ModIsEnabled(mod_id) then
|
||||
if ModIsEnabled(mod_id) and (init_scope == 0 or init_scope == 1) then
|
||||
print("Running early init fn")
|
||||
early_init()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue