Because toothplck1 doesn't know how to locale, apparently.

This commit is contained in:
GJ
2013-01-16 16:58:00 -05:00
parent ff186d5d9d
commit 64c20d0e24
4 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,6 @@ package com.gmail.nossr50.runnables;
import java.util.Map;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import com.gmail.nossr50.mcMMO;
@ -29,8 +28,8 @@ public class mcRankAsync implements Runnable {
@Override
public void run() {
sender.sendMessage(ChatColor.GOLD + "-=PERSONAL RANKINGS=-");
sender.sendMessage(ChatColor.RED+"TARGET: "+ChatColor.WHITE+playerName);
sender.sendMessage(LocaleLoader.getString("Commands.mcrank.Heading"));
sender.sendMessage(LocaleLoader.getString("Commands.mcrank.Player", new Object[] {playerName}));
for (SkillType skillType : SkillType.values()) {
if (skillType.equals(SkillType.ALL))
continue; // We want the overall ranking to be at the bottom