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

修改最后一行的IP

This commit is contained in:
carm 2020-05-28 21:26:08 +08:00
parent dd9de52e99
commit d999f3df1b

View File

@ -108,7 +108,7 @@ public class ScoreboardListener implements Listener {
sm.setLine(10, " 当前TPS §6" + (int) (Bukkit.getServer().getTPS()[0] * 100000.0) / 100000.0);
sm.setLine(11, " 下次重启 §6" + RestartRunnable.getTimeString());
sm.setLine(12, "§9");
sm.setLine(13, "§6CN2b2t.org");
sm.setLine(13, "§6cn2b2t.org");
}
case 1: {
sm.setLine(1, "杀敌/死亡 §6" + (p.getStatistic(Statistic.PLAYER_KILLS) + p.getStatistic(Statistic.MOB_KILLS)) + "§8/§6" + p.getStatistic(Statistic.DEATHS));