From 8c9b7556712be7ccdec2c62660acb6fae3fb5cb5 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Thu, 8 Nov 2012 11:53:26 +0000 Subject: Extra perm check in /home --- Essentials/src/com/earth2me/essentials/commands/Commandhome.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandhome.java b/Essentials/src/com/earth2me/essentials/commands/Commandhome.java index 8419f05f4..de6e1ea9b 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandhome.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandhome.java @@ -83,7 +83,7 @@ public class Commandhome extends EssentialsCommand } else { - if (bed != null) + if (bed != null && user.isAuthorized("essentials.home.bed")) { homes.add("bed"); } -- cgit v1.2.3