mirror of
https://github.com/CarmJos/cn2b2t-project.git
synced 2026-06-04 08:48:16 +08:00
修复积分板加载出错的问题
This commit is contained in:
@@ -88,7 +88,7 @@ public class ScoreboardListener implements Listener {
|
|||||||
|
|
||||||
|
|
||||||
public static void updateLine(Player p, int i) {
|
public static void updateLine(Player p, int i) {
|
||||||
if (!ProfileData.get(p).showScoreboard) return;
|
if (!ProfileData.get(p).showScoreboard || !ScoreboardManager.scoreboards.containsKey(p)) return;
|
||||||
|
|
||||||
ScoreboardManager sm = ScoreboardManager.scoreboards.get(p);
|
ScoreboardManager sm = ScoreboardManager.scoreboards.get(p);
|
||||||
switch (i) {
|
switch (i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user