Fixed typos in MOTD & /mcmmo

There was an extra slash in there...
This commit is contained in:
GJ
2012-02-06 11:53:55 -05:00
parent 4ffb20f3bb
commit 44e954efeb
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ public class McmmoCommand implements CommandExecutor {
Player player = (Player) sender;
player.sendMessage(ChatColor.RED + "-----[]" + ChatColor.GREEN + "mcMMO" + ChatColor.RED + "[]-----");
String description = mcLocale.getString("mcMMO.Description", new Object[] { "/mcc" });
String description = mcLocale.getString("mcMMO.Description", new Object[] { "mcc" });
String[] mcSplit = description.split(",");
for (String x : mcSplit) {