fix chatcolor...

Signed-off-by: 502647092 <jtb1@163.com>
dev
502647092 2015-09-18 08:40:21 +08:00
parent b7bad51607
commit 45d4a9f1ff
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class RepositoryManager {
pi.repo = pkg.name;
plugins.put(plugin.groupId + "." + plugin.artifactId, pi);
}
sender.sendMessage("仓库: §e" + pkg.name + " §a更新成功!");
sender.sendMessage("§6仓库: §e" + pkg.name + " §a更新成功!");
}
public boolean updateRepositories(CommandSender sender) {