mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
LS kicking and leaving work.
This commit is contained in:
@@ -698,7 +698,13 @@ namespace FFXIVClassic_Map_Server
|
||||
|
||||
public void RequestWorldLinkshellLeave(Player player, string lsname)
|
||||
{
|
||||
SubPacket packet = LinkshellLeavePacket.BuildPacket(player.playerSession, lsname, false);
|
||||
SubPacket packet = LinkshellLeavePacket.BuildPacket(player.playerSession, lsname, null, false);
|
||||
Server.GetWorldConnection().QueuePacket(packet, true, false);
|
||||
}
|
||||
|
||||
public void RequestWorldLinkshellKick(Player player, string lsname, string kickedName)
|
||||
{
|
||||
SubPacket packet = LinkshellLeavePacket.BuildPacket(player.playerSession, lsname, kickedName, true);
|
||||
Server.GetWorldConnection().QueuePacket(packet, true, false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user