mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Extra perm check in /home
This commit is contained in:
parent
6c1da1d552
commit
8c9b755671
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class Commandhome extends EssentialsCommand
|
|||
}
|
||||
else
|
||||
{
|
||||
if (bed != null)
|
||||
if (bed != null && user.isAuthorized("essentials.home.bed"))
|
||||
{
|
||||
homes.add("bed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue