Update Team packet's field names. unknown -> nameTagVisibility, unknown2 -> color
This commit is contained in:
@@ -17,8 +17,8 @@ public class Team
|
||||
private String prefix;
|
||||
private String suffix;
|
||||
private byte friendlyFire;
|
||||
private String unknown;
|
||||
private byte unknown2;
|
||||
private String nameTagVisibility;
|
||||
private byte color;
|
||||
private Set<String> players = new HashSet<>();
|
||||
|
||||
public Collection<String> getPlayers()
|
||||
|
Reference in New Issue
Block a user