More small bugfixes

This commit is contained in:
Anuken
2018-01-31 19:38:20 -05:00
parent b71ef67d54
commit 78faddbf89
7 changed files with 14 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ public class Packets {
@Override
public void write(ByteBuffer buffer){
buffer.put((byte)entity.getGroup().getID());
buffer.put((byte)group.getID());
buffer.putInt(entity.id);
entity.writeSpawn(buffer);
}