Various scoreboard improvements. (#2204)

- Correctly remove objectives that use heart type.
- Also sends remove score packets on server switch.
- Players are only removed if Team packet mode is 4.
This commit is contained in:
Mystiflow
2017-08-04 07:10:10 +01:00
committed by md-5
parent 017f3a2424
commit 2ae8ba0afc
3 changed files with 10 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ public class Objective
/**
* Type; integer or hearts
*/
private final String type;
private String type;
}