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