mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-04-23 09:47:49 -05:00
Send kick order when clients disconnect from gpcm
This commit is contained in:
parent
9ca7b3c8e4
commit
c3063de93b
|
|
@ -131,6 +131,8 @@ func CloseConnection(index uint64) {
|
|||
session.sendLogoutStatus()
|
||||
}
|
||||
|
||||
qr2.OrderKickFromGroups([]uint32{session.User.ProfileId})
|
||||
|
||||
mutex.Lock()
|
||||
defer mutex.Unlock()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user