CUI data sent to client is wrong when switching selection types
LadyCailinBot opened this issue ยท 1 comments
WORLDEDIT-3422 - Reported by William_Galbreath
Steps to reproduce:
-
Make a cuboid selection of any size.
-
Change your selection type to anything else.
-
The new shape is visible, but there is actually no selection there. This can be confirmed with command //set 0
Seems the data is not being reset properly when changing selection types.
Video showing the issue: https://www.youtube.com/watch?v=RPufp0WJdTE
Heres a screenshot of debug information from console (the data sent via plugin channels): http://prntscr.com/aqp8km
Seems like the fault is on the plugin side since it is sending valid selection data, but reports there is no selection when trying to //set to it.
These tests were done on a Spigot 1.8.0 build # git-Spigot-550ebac-7019900 server with worldedit-bukkit-6.1.1-SNAPSHOT-dist-b3463 build # 219d2da. Client is Vanilla 1.8.0 with LiteLoader 1.8.0 dev build #49 and WorldEditCUI client mod v 1.8.0_01 offical.