Update to cb #1181

This commit is contained in:
KHobbits 2011-09-21 21:29:31 +01:00
parent e5613d43cc
commit 9b04705ec9
4 changed files with 14 additions and 0 deletions

View file

@ -695,4 +695,11 @@ public class OfflinePlayer implements Player
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public Location getBedSpawnLocation()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}

View file

@ -725,4 +725,11 @@ public class PlayerWrapper implements Player
{
base.setFoodLevel(i);
}
@Override
public Location getBedSpawnLocation()
{
return base.getBedSpawnLocation();
}
}

Binary file not shown.

Binary file not shown.