diff --git a/modules/landfill.lua b/modules/landfill.lua index 406d3fe..7333f8e 100644 --- a/modules/landfill.lua +++ b/modules/landfill.lua @@ -6,7 +6,7 @@ local actions = require('actions') local Landfill = { - ALIGNMENT_OVERRIDES = require("modules/snap").ALIGNMENT_OVERRIDES + ALIGNMENT_OVERRIDES = require("modules/snap").ALIGNMENT_OVERRIDES, prototypes_computed = false }