1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 18:17:19 +08: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
@@ -156,7 +156,7 @@ public class ScoreboardListener implements Listener {
break; break;
} }
case 13: { case 13: {
sm.setLine(12, "§6CN2b2t.org"); sm.setLine(12, "§ecn2b2t.org");
break; break;
} }
} }
@@ -24,7 +24,7 @@ public class Main extends JavaPlugin {
Main.instance = this; Main.instance = this;
pluginManager = Bukkit.getPluginManager(); pluginManager = Bukkit.getPluginManager();
log("&c&lGhost " + this.getName().substring(5) + " &7开始加载..."); log("&c&lcn2b2t " + this.getName().substring(5) + " &7开始加载...");
log("&7├ &f加载配置文件管理器..."); log("&7├ &f加载配置文件管理器...");
ConfigManager.loadConfig(); ConfigManager.loadConfig();