Tool left click range is limited
erraineon opened this issue ยท 1 comments
Versions
WorldEdit version: Forge-Official (7.2.0-beta-05+20b3da4)
Platform version: Forge 34.0.17 on minecraft 1.16.3
Describe the bug
Left clicking in a forge server with the compass or the far wand only swings the tool and doesn't trigger its effect outside of the "normal" tool's range.
To Reproduce
- Start the minecraft forge server.
- Start the minecraft client.
- Connect to the server.
- Type /farwand to obtain the far wand tool.
- Left click on a distant block to set the selection (not too far, still within the expected far wand range).
- The tool will swing but no selection will be set.
- Right click on the same block to set the selection.
- Pos2 will be set successfully.
Expected behavior
Both left and right click should set the selection with the far wand on far away blocks. Same goes for using the compass.
Additional context
When I log on single player and enable the far wand, it then works in multiplayer as well until I restart the client. So that's a work around for now.
Duplicate of #1439