Fix missing 'bed' from home list.

This commit is contained in:
KHobbits 2013-02-01 05:26:17 +00:00
parent 705b193450
commit ef01332114

View file

@ -58,10 +58,6 @@ public class Commandhome extends EssentialsCommand
catch (NotEnoughArgumentsException e)
{
Location bed = player.getBedSpawnLocation();
if (bed != null && bed.getBlock().getType() != Material.BED_BLOCK)
{
bed = null;
}
final List<String> homes = player.getHomes();
if (homes.isEmpty() && player.equals(user))
{