Skip to content

Commit

Permalink
Merge pull request #4 from matepeter90/master
Browse files Browse the repository at this point in the history
Fill globals data, when a savegame is loaded
  • Loading branch information
GopherAtl committed Apr 4, 2016
2 parents 9030799 + 79f2a13 commit 49ccf14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ end

script.on_init(onLoad)
script.on_configuration_changed(onLoad)
script.on_load(onLoad)

script.on_event(defines.events.on_built_entity, onPlaceEntity)
script.on_event(defines.events.on_robot_built_entity, onPlaceEntity)
Expand Down

0 comments on commit 49ccf14

Please sign in to comment.