Location serialization matches NPC

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