mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Stylize 'bed' in /home list
This commit is contained in:
parent
5a13e9bbe5
commit
24c93c11c0
15 changed files with 18 additions and 5 deletions
|
@ -75,7 +75,7 @@ public class Commandhome extends EssentialsCommand
|
|||
{
|
||||
if (bed != null && user.isAuthorized("essentials.home.bed"))
|
||||
{
|
||||
homes.add("bed");
|
||||
homes.add(_("bed"));
|
||||
}
|
||||
user.sendMessage(_("homes", Util.joinList(homes)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue