Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Only check the TeamColor of active objectives
Dieser Commit ist enthalten in:
Ursprung
483a336b8a
Commit
582da8b88a
@ -150,6 +150,13 @@ public final class Scoreboard {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// there's nothing we can do with inactive objectives
|
||||||
|
// after checking if the objective has been deleted,
|
||||||
|
// except waiting for the objective to become activated (:
|
||||||
|
if (!objective.isActive()) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (playerTeam != null && playerTeam.getColor() == objective.getTeamColor()) {
|
if (playerTeam != null && playerTeam.getColor() == objective.getTeamColor()) {
|
||||||
correctSidebar = objective;
|
correctSidebar = objective;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren