修复多空行
This commit is contained in:
parent
8301a3097d
commit
c372c0ae29
@ -52,7 +52,7 @@ public class Foundation extends JavaPlugin {
|
||||
|
||||
objective.getScore(ChatColor.AQUA + "金币").setScore(7);
|
||||
objective.getScore(ChatColor.RED + " " + econ.getBalance(player) ).setScore(6);
|
||||
objective.getScore("").setScore(5);
|
||||
objective.getScore(" ").setScore(5);
|
||||
objective.getScore(ChatColor.AQUA + "当前在线人数").setScore(4);
|
||||
objective.getScore(ChatColor.GREEN + " " + Bukkit.getOnlinePlayers().size()).setScore(3);
|
||||
objective.getScore("").setScore(2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user