parent
3e15189c11
commit
6c70a7d105
@ -40,8 +40,10 @@ public class FScoreboard {
|
|||||||
public static void remove(FPlayer fplayer) {
|
public static void remove(FPlayer fplayer) {
|
||||||
FScoreboard fboard = fscoreboards.remove(fplayer);
|
FScoreboard fboard = fscoreboards.remove(fplayer);
|
||||||
|
|
||||||
fboard.removed = true;
|
if (fboard != null) {
|
||||||
FTeamWrapper.untrack(fboard);
|
fboard.removed = true;
|
||||||
|
FTeamWrapper.untrack(fboard);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static FScoreboard get(FPlayer fplayer) {
|
public static FScoreboard get(FPlayer fplayer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user