Skip to content

Commit

Permalink
Crash after removing angelspump mod #992
Browse files Browse the repository at this point in the history
Deleting code that would only ever run when removing a test mod
  • Loading branch information
KiwiHawk committed Jun 16, 2024
1 parent d6d2298 commit f451645
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions angelsrefining/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date: ???
Bugfixes:
- Fixed when placing an electric offshore waterpump over its ghost, the module request would be forgotten (973)
- Fixed crash when upgrading blueprints (978)
- Fixed crash when removing 'angelspump' mod (test mod, merged into Angel's Refining) (992)
Changes:
- Added Ore Sorting Facility 5. Catalyst sorting requires a higher tier ore sorting facility (979)
---------------------------------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions angelsrefining/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ local ground_water_pump = require("src.ground_water_pump")
local sea_pump = require("src.sea-pump")

-- initialisation
local on_configuration_changed = require("src.mod-config")
script.on_configuration_changed(on_configuration_changed)
script.on_init(function()
starting_items:on_init()
sea_pump:on_init()
Expand Down
23 changes: 0 additions & 23 deletions angelsrefining/src/mod-config.lua

This file was deleted.

0 comments on commit f451645

Please sign in to comment.