Clear entities within conflict #7652
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Skript/Server Version
Bug Description
When running
clear entities within {_pos1} to {_pos2}
the syntax will actually be parsed as ExprValueWithin and collect the entities within the location variables instead of ExprEntities within two locations.The result will return nothing because the two local variables are locations.
Expected Behavior
To return the entities within the two locations.
Steps to Reproduce
Parses successfully
Errors or Screenshots
No response
Other
#5457 should solve the issue
Agreement
The text was updated successfully, but these errors were encountered: