Reverse sections order #4446
Labels
completed
The issue has been fully resolved and the change will be in the next Skript update.
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: low
Issues that are not harmful to the experience but are related to useful changes or additions.
Suggestion
Currently, when trying to get the current section (
ParserInstance#getCurrentSection(Class<?> clazz
), we're getting the first matched section.From @TPGamesNL
Why?
In this example:
It not gonna work because the returned section is
new email
, and notnew email contact
.Other
No response
Agreement
The text was updated successfully, but these errors were encountered: