Added polygonal regions.
This commit is contained in:
@@ -208,7 +208,8 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
*/
|
||||
public Region getPlayerSelection(Player player)
|
||||
throws IncompleteRegionException {
|
||||
return controller.getSession(wrapPlayer(player)).getRegion();
|
||||
return controller.getSession(wrapPlayer(player))
|
||||
.getSelection(new BukkitWorld(player.getWorld()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user