mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #251] When making headless arrows, action stacks so you end up creating a ton of arrows at the same time. #7774
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Dec 9, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/251
To replicate:
@Gptaqbc commented on GitHub (Dec 10, 2019):
A check like that at line 127 in ArrowMaking.java could maybe fix that issue (gotta try when I have time):
The problem is that it starts multiple cycles every time we send the action to create arrows or arrow shafts.
@Gptaqbc commented on GitHub (Dec 22, 2019):
Fixed