mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-28 18:20:31 +00:00
Various translation bugfixes
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1499 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
a4fc756f1e
commit
62fe52ee13
6 changed files with 357 additions and 24 deletions
|
@ -5,7 +5,6 @@ import java.util.HashMap;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import org.bukkit.Server;
|
||||
import com.earth2me.essentials.Essentials;
|
||||
import com.earth2me.essentials.User;
|
||||
import com.earth2me.essentials.Util;
|
||||
import java.util.GregorianCalendar;
|
||||
|
@ -40,7 +39,7 @@ public class Commandkit extends EssentialsCommand
|
|||
}
|
||||
if (list.length() > 0)
|
||||
{
|
||||
user.sendMessage("§7Kits:" + list.toString());
|
||||
user.sendMessage(Util.format("kits", list.toString()));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue