mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Uhh WSE stuff
This commit is contained in:
parent
f76fb1229f
commit
f5c36200aa
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ end
|
||||||
|
|
||||||
function module.on_world_update()
|
function module.on_world_update()
|
||||||
if GameGetWorldStateEntity() ~= initial_world_state_entity then
|
if GameGetWorldStateEntity() ~= initial_world_state_entity then
|
||||||
-- GamePrint("Whoops WSE is different "..GameGetWorldStateEntity().." "..initial_world_state_entity)
|
GamePrint("Whoops WSE is different "..GameGetWorldStateEntity().." "..initial_world_state_entity)
|
||||||
-- EntityKill(GameGetWorldStateEntity())
|
-- EntityKill(GameGetWorldStateEntity())
|
||||||
-- ewext.load_world_state()
|
-- ewext.load_world_state()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return module
|
return module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue