Skip to content

Commit c3063de

Browse files
committed
Send kick order when clients disconnect from gpcm
1 parent 9ca7b3c commit c3063de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gpcm/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ func CloseConnection(index uint64) {
131131
session.sendLogoutStatus()
132132
}
133133

134+
qr2.OrderKickFromGroups([]uint32{session.User.ProfileId})
135+
134136
mutex.Lock()
135137
defer mutex.Unlock()
136138

0 commit comments

Comments
 (0)