`/rg select` only selects within old height limits
JasonHorkles opened this issue ยท 4 comments
Server Implementation
Paper
Server Version
1.18.1
Describe the bug
Using /rg select
on a region that goes for example below 0 will only select down to 0
To Reproduce
- Make a region that goes above y 0 and below it
- Clear your selection and history
- Select the region with
/rg select
- Perform an operation like
//set dirt
Expected behaviour
It should select the whole region
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/23ff7f01770143c08b577bea138fc282
Fawe Version
2.0.0-SNAPSHOT-24;f9ecb44
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
Doesn't happen with normal WE
Region info shows properly, but when you do a command like //set dirt
it'll only go to 0 (using a plugin like WESUI shows this well - I should've mentioned to actually perform an action with the selection in the steps)