Better player interpolation, block nearby usage fixes

This commit is contained in:
Anuken
2018-02-03 14:39:18 -05:00
parent 6a235a4833
commit 938a946419
11 changed files with 43 additions and 65 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ public class Packets {
entity = (SyncEntity) ClassReflection.newInstance(group.getType());
entity.id = id;
entity.readSpawn(buffer);
entity.interpolator.target.set(entity.x, entity.y);
entity.setNet(entity.x, entity.y);
}catch (ReflectionException e){
throw new RuntimeException(e);
}