mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Party sync is done. Finished kick/promote code. Client is now always at the top of pt list.
This commit is contained in:
@@ -721,6 +721,7 @@ namespace FFXIVClassic_Map_Server
|
||||
else
|
||||
group = currentPlayerParties[syncPacket.partyGroupId];
|
||||
|
||||
group.SetLeader(syncPacket.owner);
|
||||
group.members = syncPacket.memberActorIds.ToList();
|
||||
|
||||
//Add group to everyone
|
||||
|
Reference in New Issue
Block a user