Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Nov 12, 2023
1 parent 1285c6a commit c2e2f51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bobwarfare/data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ if settings.startup["bobmods-warfare-vehicleflamethrowerstartsfires"].value == t
type = "direct",
action_delivery = {
type = "stream",
stream = "handheld-flamethrower-fire-stream"
}
}
stream = "handheld-flamethrower-fire-stream",
},
},
},
{
category = "flamethrower",
Expand All @@ -41,9 +41,9 @@ if settings.startup["bobmods-warfare-vehicleflamethrowerstartsfires"].value == t
type = "direct",
action_delivery = {
type = "stream",
stream = "flamethrower-fire-stream"
}
}
}
stream = "flamethrower-fire-stream",
},
},
},
}
end

0 comments on commit c2e2f51

Please sign in to comment.