mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Merge branch 'hotfix/5.0.2'
This commit is contained in:
@@ -49,12 +49,6 @@ Event.add(defines.events.on_player_respawned, function(event)
|
|||||||
silo_script.on_event(event)
|
silo_script.on_event(event)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
Event.on_configuration_changed(function(event)
|
|
||||||
global.created_items = global.created_items or created_items()
|
|
||||||
global.respawn_items = global.respawn_items or respawn_items()
|
|
||||||
silo_script.on_configuration_changed(event)
|
|
||||||
end)
|
|
||||||
|
|
||||||
Event.on_load(function()
|
Event.on_load(function()
|
||||||
silo_script.on_load()
|
silo_script.on_load()
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user