1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2024-09-19 22:05:45 +00:00

修复积分板问题

This commit is contained in:
carm 2020-05-28 19:28:54 +08:00
parent 4089a5cb3f
commit f3dc1c3aa4
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ public class ScoreboardListener implements Listener {
break;
}
case 13: {
sm.setLine(12, "§6CN2b2t.org");
sm.setLine(12, "§ecn2b2t.org");
break;
}
}

View File

@ -24,7 +24,7 @@ public class Main extends JavaPlugin {
Main.instance = this;
pluginManager = Bukkit.getPluginManager();
log("&c&lGhost " + this.getName().substring(5) + " &7开始加载...");
log("&c&lcn2b2t " + this.getName().substring(5) + " &7开始加载...");
log("&7├ &f加载配置文件管理器...");
ConfigManager.loadConfig();