Construct missing packet types. Possible fix for #197.
Dieser Commit ist enthalten in:
Ursprung
fb07a91fb0
Commit
bf8c16e22d
@ -311,7 +311,7 @@ public class PacketRegistry {
|
|||||||
Set<PacketType> result = Sets.newHashSet();
|
Set<PacketType> result = Sets.newHashSet();
|
||||||
|
|
||||||
for (int id : ids)
|
for (int id : ids)
|
||||||
result.add(PacketType.findLegacy(id, preference));
|
result.add(PacketType.fromLegacy(id, preference));
|
||||||
return Collections.unmodifiableSet(result);
|
return Collections.unmodifiableSet(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren