Fixed //sel selection clearing not being dispatched to CUI.

Dieser Commit ist enthalten in:
TomyLobo 2011-12-27 12:23:09 +01:00
Ursprung 7d503fdc5c
Commit 370ca96a44

Datei anzeigen

@ -602,6 +602,7 @@ public class SelectionCommands {
final LocalWorld world = player.getWorld();
if (args.argsLength() == 0) {
session.getRegionSelector(world).clear();
session.dispatchCUISelection(player);
return;
}