mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fixed BukkitPlayer not returning a LocalWorld.
This commit is contained in:
parent
1917c94592
commit
007d254978
@ -124,8 +124,7 @@ public class BukkitPlayer extends LocalPlayer {
|
||||
|
||||
@Override
|
||||
public LocalWorld getWorld() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return new BukkitWorld(player.getWorld());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user