`//walls` weird behaviour on 1D/2D selections
Xaver106 opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.18.2
Describe the bug
Using //walls
on a 1D selection results in blocks placed outside of the selection:
When making a 1D selection on the Z-axis, it creates sort of an H:
With a 1D selection on the Y-axis, it creates blocks on the side of the selection. Always along the X-axis:
This is also an issue with 2D selections on the Z- and Y-axis. The extra blocks still go along the X-axis:
To Reproduce
- make a selection similar to the ones described above
- use
//walls
- be amazed at how weird FAWE can be
Expected behaviour
Only place blocks inside selection or check if selection works.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/6ddd79faa4ae48fe8ca742590411ceb1
Fawe Version
FastAsyncWorldEdit version 2.3.1-SNAPSHOT-209;462bba4
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?
No response