xy hace 1 semana
padre
commit
b36394224a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/game/ludo/match.go

+ 1 - 1
src/server/game/ludo/match.go

@@ -23,7 +23,7 @@ func RecvMatchLudo(args []interface{}) {
 func matchRoom(matchInfo *msg.MatchLudo, userId string, user_agent gate.Agent) {
 	fmt.Printf("matchRoom\n")
 	roomList := GetRoomsByLevel(matchInfo, msg.RoomStatus_AWAIT)
-
+	fmt.Printf("matchRoom123\n")
 	if len(roomList) == 0 {
 		// Create new room if none available
 		fmt.Printf("没找到房间匹配一个!\n")