Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
Don't read the array size
Dieser Commit ist enthalten in:
Ursprung
dc6d9367b0
Commit
7d5c59aa34
@ -449,8 +449,6 @@ public class Protocol1_13To1_12_2 extends Protocol {
|
||||
}
|
||||
|
||||
if (action == 0 || action == 3 || action == 4) {
|
||||
wrapper.passthrough(Type.INT); // Entity Count
|
||||
|
||||
String[] names = wrapper.read(Type.STRING_ARRAY); // Entities
|
||||
for (int i = 0; i < names.length; i++) {
|
||||
names[i] = rewriteTeamMemberName(names[i]);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren