*forgot this

This commit is contained in:
Jesse Boyd 2016-05-20 18:17:19 +10:00
parent 37f2ef9765
commit 987ea4110a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class PlayerWrapper implements Player {
@Override @Override
public World getWorld() { public World getWorld() {
return new WorldWrapper((AbstractWorld) parent.getWorld()); return WorldWrapper.wrap((AbstractWorld) parent.getWorld());
} }
@Override @Override