Send kick order when clients disconnect from gpcm

This commit is contained in:
ppeb 2025-04-20 14:24:39 -05:00
parent 9ca7b3c8e4
commit c3063de93b
No known key found for this signature in database
GPG Key ID: CC147AD1B3D318D0

View File

@ -131,6 +131,8 @@ func CloseConnection(index uint64) {
session.sendLogoutStatus()
}
qr2.OrderKickFromGroups([]uint32{session.User.ProfileId})
mutex.Lock()
defer mutex.Unlock()