Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
chat: fix unsigned encoding for changed messages
Dieser Commit ist enthalten in:
Ursprung
b1fa9dc953
Commit
3ae3af45bc
@ -54,6 +54,7 @@ public class SessionChatBuilder extends ChatBuilderV2 {
|
|||||||
chat.signature = new byte[0];
|
chat.signature = new byte[0];
|
||||||
chat.timestamp = timestamp;
|
chat.timestamp = timestamp;
|
||||||
chat.salt = 0L;
|
chat.salt = 0L;
|
||||||
|
chat.lastSeenMessages = new LastSeenMessages();
|
||||||
return chat;
|
return chat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren