Skip to content

Commit

Permalink
One of these events is crashy & does not follow the format of the others
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 19, 2024
1 parent 81b36be commit a1f7ea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ py.events = {
on_built_tile = function()
return {
defines.events.on_robot_built_tile,
defines.events.script_raised_set_tiles,
defines.events.on_player_built_tile,
defines.events.on_space_platform_built_tile
defines.events.on_space_platform_built_tile,
}
end,
on_mined_tile = function()
Expand Down

0 comments on commit a1f7ea9

Please sign in to comment.