This commit is contained in:
1
2025-10-30 16:54:50 +00:00
28 changed files with 287 additions and 187 deletions

View File

@@ -154,7 +154,7 @@ func (h *ClientData) Recv(data TomeeHeader) {
nameField.Set(reflect.ValueOf(data))
}
if data.CMD > 1000 { //if cmdlister.Type().In(1) == reflect.TypeOf(&Player{}) {
if data.CMD > 1001 { //if cmdlister.Type().In(1) == reflect.TypeOf(&Player{}) {
//t := GetPlayer(c, data.UserID)
// fmt.Println(data.CMD, "接收 变量的地址 ", &t.Info, t.Info.UserID)