Location serialization matches NPC

This commit is contained in:
2023-04-30 09:23:56 -04:00
parent 334a706af3
commit c029a881e9
+5 -2
View File
@@ -354,9 +354,12 @@ public class Mob extends AbstractIntelligenceAgent {
writer.putFloat(1.0f);
}
//Believe this is spawn loc, ignore for now
// Location serialization matches NPC
writer.putVector3f(mob.getLoc());
if (mob.region != null)
writer.putVector3f(ZoneManager.convertWorldToLocal(mob.building, mob.getLoc()));
else
writer.putVector3f(mob.getLoc());
//Rotation