geforkt von Mirrors/FastAsyncWorldEdit
Fixed //sel selection clearing not being dispatched to CUI.
Dieser Commit ist enthalten in:
Ursprung
7d503fdc5c
Commit
370ca96a44
@ -602,6 +602,7 @@ public class SelectionCommands {
|
||||
final LocalWorld world = player.getWorld();
|
||||
if (args.argsLength() == 0) {
|
||||
session.getRegionSelector(world).clear();
|
||||
session.dispatchCUISelection(player);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren