Minor fixes

This commit is contained in:
Anuken
2020-05-29 20:47:00 -04:00
parent b08eafc78e
commit 9e7a97b780
8 changed files with 64 additions and 202 deletions

View File

@@ -641,6 +641,7 @@ public class NetServer implements ApplicationListener{
//now, put the new position, rotation and baserotation into the buffer so it can be read
if(unit instanceof Mechc) fbuffer.put(baseRotation); //base rotation is optional
fbuffer.put(unit.elevation());
fbuffer.put(rotation); //rotation is always there
fbuffer.put(newx);
fbuffer.put(newy);