*forgot this

This commit is contained in:
Jesse Boyd 2016-05-20 18:17:19 +10:00
parent 37f2ef9765
commit 987ea4110a

View File

@ -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