mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-27 09:01:23 +01:00
Fixed correct scoreboard
This commit is contained in:
parent
cced4fe71f
commit
7897ce6ce0
@ -65,17 +65,17 @@ public class ScoreboardManager extends Manager {
|
|||||||
boolean hasMembers = islandVisit.getMembers() > 1;
|
boolean hasMembers = islandVisit.getMembers() > 1;
|
||||||
|
|
||||||
if(hasMembers) {
|
if(hasMembers) {
|
||||||
if(hasVisitors) {
|
|
||||||
type = ScoreboardType.ISLAND_SOLO_VISITORS;
|
|
||||||
} else {
|
|
||||||
type = ScoreboardType.ISLAND_SOLO_EMPTY;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if(hasVisitors) {
|
if(hasVisitors) {
|
||||||
type = ScoreboardType.ISLAND_TEAM_VISITORS;
|
type = ScoreboardType.ISLAND_TEAM_VISITORS;
|
||||||
} else {
|
} else {
|
||||||
type = ScoreboardType.ISLAND_TEAM_EMPTY;
|
type = ScoreboardType.ISLAND_TEAM_EMPTY;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if(hasVisitors) {
|
||||||
|
type = ScoreboardType.ISLAND_SOLO_VISITORS;
|
||||||
|
} else {
|
||||||
|
type = ScoreboardType.ISLAND_SOLO_EMPTY;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
type = ScoreboardType.NOISLAND;
|
type = ScoreboardType.NOISLAND;
|
||||||
|
Loading…
Reference in New Issue
Block a user