mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Add {4} to homeSet TL key, this contains the name of the home being set.
This commit is contained in:
parent
ad2f446602
commit
23d2ffb134
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class Commandsethome extends EssentialsCommand
|
|||
throw new NoSuchFieldException(_("invalidHomeName"));
|
||||
}
|
||||
usersHome.setHome(name, location);
|
||||
user.sendMessage(_("homeSet", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
|
||||
user.sendMessage(_("homeSet", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ(), name));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue