Cleanup / Fixed desktop IDs resetting

This commit is contained in:
Anuken
2020-02-10 20:23:15 -05:00
4 changed files with 22 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ public class Packets{
usid = TypeIO.readString(buffer);
mobile = buffer.get() == 1;
color = buffer.getInt();
byte[] idbytes = new byte[8];
byte[] idbytes = new byte[16];
buffer.get(idbytes);
uuid = new String(Base64Coder.encode(idbytes));
int totalMods = buffer.get();