Skip to content

Commit

Permalink
xyz
Browse files Browse the repository at this point in the history
Co-authored-by: OgelGames <[email protected]>
  • Loading branch information
Niklp09 and OgelGames committed Apr 20, 2024
1 parent 50567a3 commit 4ca4172
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chisel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ local function chisel_interact(player, pointed_thing, is_right_click)
end
else
-- Forward cycle mode
local _
_, new_node_name = next(group,style)
new_node_name = select(2, next(group, style))
if new_node_name == nil then
_, new_node_name = next(group)
new_node_name = select(2, next(group))
end
end
end
Expand Down

0 comments on commit 4ca4172

Please sign in to comment.