mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Fixed //sel selection clearing not being dispatched to CUI.
This commit is contained in:
parent
7d503fdc5c
commit
370ca96a44
@ -602,6 +602,7 @@ public void select(CommandContext args, LocalSession session, LocalPlayer player
|
||||
final LocalWorld world = player.getWorld();
|
||||
if (args.argsLength() == 0) {
|
||||
session.getRegionSelector(world).clear();
|
||||
session.dispatchCUISelection(player);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user