1
This commit is contained in:
@@ -37,19 +37,6 @@ func GetServerInfoList(isdebug int32) []ServerInfo {
|
||||
ret1 = append(ret1, *tt)
|
||||
}
|
||||
|
||||
//t, ok := cool.GetClient(v.Port)
|
||||
|
||||
// if ok {
|
||||
// cool.Logger.Info(context.TODO(), "服务器假踢人")
|
||||
// err := t.KickPerson(0) //实现指定服务器踢人
|
||||
|
||||
// if err == nil {
|
||||
// // tt.Friends = v.Friends
|
||||
// ret1 = append(ret1, *tt)
|
||||
// }
|
||||
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
array.Sort(&ret1, func(a ServerInfo, b ServerInfo) bool {
|
||||
|
||||
Reference in New Issue
Block a user