mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
forgot to fix this on conflict resolving
This commit is contained in:
@@ -180,7 +180,8 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
lastMoveUpdate = DateTime.Now;
|
||||
return MoveActorToPositionPacket.BuildPacket(actorId, positionX, positionY, positionZ, rotation, moveState);
|
||||
}
|
||||
return null; }
|
||||
return null;
|
||||
}
|
||||
|
||||
public SubPacket CreateStatePacket()
|
||||
{
|
||||
|
Reference in New Issue
Block a user