Fixed bugs with player list, rturret description and deserialization

This commit is contained in:
Anuken
2018-01-30 22:11:54 -05:00
parent 9a5ac76850
commit 0c4f3dc612
10 changed files with 240 additions and 210 deletions

View File

@@ -265,6 +265,7 @@ public class Packets {
entity = (SyncEntity) ClassReflection.newInstance(group.getType());
entity.id = id;
entity.readSpawn(buffer);
entity.interpolator.target.set(entity.x, entity.y);
}catch (ReflectionException e){
throw new RuntimeException(e);
}