Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-13 19:50:09 +01:00
Fix protocol read issue when line_thickness is present while line_argb is not
Dieser Commit ist enthalten in:
Ursprung
cd385961bc
Commit
9d469824fa
@ -75,7 +75,7 @@ public record MarkerData(UUID uuid, Vec3 position, @Nullable String name, @Nulla
|
||||
friendlyByteBuf.writeInt(markerData.lineArgb);
|
||||
}
|
||||
|
||||
if (markerData.lineArgb != 0) {
|
||||
if (markerData.lineThickness != 0) {
|
||||
friendlyByteBuf.writeFloat(markerData.lineThickness);
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren