forgot to fix this on conflict resolving

This commit is contained in:
Tahir Akhlaq 2017-07-08 04:52:30 +01:00
parent 4695193aa0
commit c55c0b327d
2 changed files with 5 additions and 2 deletions

View file

@ -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()
{