Update Team packet's field names. unknown -> nameTagVisibility, unknown2 -> color

This commit is contained in:
Thinkofdeath
2014-04-16 14:43:36 +01:00
parent c8e6b6fd7a
commit 6775b9230c
3 changed files with 10 additions and 11 deletions

View File

@@ -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()