This commit is contained in:
昔念
2026-02-02 01:01:01 +08:00
parent 85a90d263a
commit 49bd303f47
6 changed files with 85 additions and 36 deletions

View File

@@ -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 {