mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 03:20:30 +02:00
LS kicking and leaving work.
This commit is contained in:
parent
61e4effd74
commit
771b5b6d81
7 changed files with 139 additions and 16 deletions
|
@ -122,7 +122,8 @@ namespace FFXIVClassic_World_Server.DataObjects.Group
|
|||
|
||||
public void SendDeletePacket(Session session)
|
||||
{
|
||||
session.clientConnection.QueuePacket(DeleteGroupPacket.buildPacket(session.sessionId, this), true, false);
|
||||
if (session != null)
|
||||
session.clientConnection.QueuePacket(DeleteGroupPacket.buildPacket(session.sessionId, this), true, false);
|
||||
}
|
||||
|
||||
public virtual void SendInitWorkValues(Session session)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue