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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user