Stylize 'bed' in /home list

This commit is contained in:
KHobbits 2013-02-03 17:30:14 +00:00
parent 5a13e9bbe5
commit 24c93c11c0
15 changed files with 18 additions and 5 deletions

View file

@ -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)));
}