Added extra params to setHome TL key {0} world {1} x {2} y {3} z

This commit is contained in:
KHobbits 2012-04-04 18:19:39 +01:00
parent e23f491500
commit 5a7d733cbf

View File

@ -77,7 +77,7 @@ public class Commandsethome extends EssentialsCommand
{
user.setHome();
}
user.sendMessage(_("homeSet"));
user.sendMessage(_("homeSet", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
}
}