You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
command /test:
trigger:
set {_pos1} and {_pos2} to player's location
clear entities within {_pos1} and {_pos2}
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: