mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-24 07:13:17 +02:00
Fix missing 'bed' from home list.
This commit is contained in:
@@ -58,10 +58,6 @@ public class Commandhome extends EssentialsCommand
|
|||||||
catch (NotEnoughArgumentsException e)
|
catch (NotEnoughArgumentsException e)
|
||||||
{
|
{
|
||||||
Location bed = player.getBedSpawnLocation();
|
Location bed = player.getBedSpawnLocation();
|
||||||
if (bed != null && bed.getBlock().getType() != Material.BED_BLOCK)
|
|
||||||
{
|
|
||||||
bed = null;
|
|
||||||
}
|
|
||||||
final List<String> homes = player.getHomes();
|
final List<String> homes = player.getHomes();
|
||||||
if (homes.isEmpty() && player.equals(user))
|
if (homes.isEmpty() && player.equals(user))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user