User-Flow, поиск, редактирование информации о себе

This commit is contained in:
RoyceDa
2026-02-05 01:22:39 +02:00
parent f74f4e7af7
commit 4a4cd81891
14 changed files with 415 additions and 13 deletions

View File

@@ -13,7 +13,6 @@ public class Packet1UserInfo extends Packet {
@Override
public void read(Stream stream) {
this.packetId = stream.readInt16();
this.username = stream.readString();
this.title = stream.readString();
this.privateKey = stream.readString();