Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySanta committed Sep 18, 2023
1 parent 7159bfb commit 9b9245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angelsrefining/prototypes/buildings/barreling-pump.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if angelsmods.trigger.enable_auto_barreling then
barreling_pump.result_inventory_size = 1
barreling_pump.source_inventory_size = 1
barreling_pump.ingredient_count = nil
barreling_pump.cant_insert_at_source_message_key = "cant_insert.angels-barreling-pump-limitation",
barreling_pump.cant_insert_at_source_message_key = "cant_insert.angels-barreling-pump-limitation"
end

data:extend({ barreling_pump })

0 comments on commit 9b9245c

Please sign in to comment.