mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:28:35 +00:00
Continue the great purge
This commit is contained in:
@ -31,7 +31,7 @@ import java.util.Set;
|
||||
|
||||
/**
|
||||
* A region that mirrors the current selection according to the current
|
||||
* {@link LocalSession} and {@link LocalWorld} set on the current
|
||||
* {@link LocalSession} and {@link World} set on the current
|
||||
* {@link Request}.
|
||||
*
|
||||
* <p>If a selection cannot be taken, then the selection will be assumed to be
|
||||
@ -128,11 +128,6 @@ public class RequestSelection implements Region {
|
||||
return getRegion().getWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setWorld(LocalWorld world) {
|
||||
setWorld((World) world);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setWorld(World world) {
|
||||
getRegion().setWorld(world);
|
||||
|
Reference in New Issue
Block a user