This commit is contained in:
Anuken
2020-03-07 10:27:29 -05:00
parent 7655b65363
commit 1e0067d64b
5 changed files with 19 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ public class Packets{
type = buffer.get();
priority = buffer.get();
short writeLength = buffer.getShort();
byte[] bytes = new byte[writeLength];
bytes = new byte[writeLength];
buffer.get(bytes);
}