SPIGOT-1725: Fix dynamic scoreboard criteria on non-main scoreboards
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -108,11 +108,4 @@ public final class CraftScoreboardManager implements ScoreboardManager {
|
||||
}
|
||||
return collection;
|
||||
}
|
||||
|
||||
// CraftBukkit method
|
||||
public void updateAllScoresForList(IScoreboardCriteria criteria, String name, List<EntityPlayer> of) {
|
||||
for (ScoreboardScore score : getScoreboardScores(criteria, name, new ArrayList<ScoreboardScore>())) {
|
||||
// PAIL: FIXME score.updateForList((List) of);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user