mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +01:00
*forgot this
This commit is contained in:
parent
37f2ef9765
commit
987ea4110a
@ -43,7 +43,7 @@ public class PlayerWrapper implements Player {
|
||||
|
||||
@Override
|
||||
public World getWorld() {
|
||||
return new WorldWrapper((AbstractWorld) parent.getWorld());
|
||||
return WorldWrapper.wrap((AbstractWorld) parent.getWorld());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user