mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 04:26:42 +00:00
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