1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 09:05:01 +02:00

Extra perm check in /home

This commit is contained in:
KHobbits
2012-11-08 11:53:26 +00:00
parent e115af5e5d
commit 503013e9d4

View File

@@ -83,7 +83,7 @@ public class Commandhome extends EssentialsCommand
}
else
{
if (bed != null)
if (bed != null && user.isAuthorized("essentials.home.bed"))
{
homes.add("bed");
}