WorldEdit

WorldEdit

43M Downloads

CUI data sent to client is wrong when switching selection types

LadyCailinBot opened this issue ยท 1 comments

commented

WORLDEDIT-3422 - Reported by William_Galbreath

Steps to reproduce:

  1. Make a cuboid selection of any size.

  2. Change your selection type to anything else.

  3. 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.

commented

I think this has been fixed.