-
-
Notifications
You must be signed in to change notification settings - Fork 446
BlockLineIterator causes an IllegalStateException when looping blocks in a line #7496
Copy link
Copy link
Closed
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Metadata
Metadata
Assignees
Labels
bugAn issue that needs to be fixed. Alternatively, a PR fixing an issue.An issue that needs to be fixed. Alternatively, a PR fixing an issue.completedThe issue has been fully resolved and the change will be in the next Skript update.The issue has been fully resolved and the change will be in the next Skript update.priority: mediumIssues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Type
Fields
Give feedbackNo fields configured for issues without a type.
Skript/Server Version
Bug Description
Similar to #6437, looping through blocks in a line causes an IllegalStateException to be thrown by the BlockLineIterator.
Expected Behavior
There should be no exceptions.
Steps to Reproduce
Run the command below as a player:
Errors or Screenshots
https://pastes.dev/MGZl6d8ZyF
Other
I'm not sure if this is the same as #6437 as it was supposed to be fixed by #7062.
Agreement