Gogs hace 4 meses
padre
commit
a1c9179dab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/server/msg/msg.go

+ 1 - 0
src/server/msg/msg.go

@@ -39,6 +39,7 @@ func init() {
 	// Processor.Register(&PlayerOptType{})
 	// Processor.Register(&PlayerOpt{})
 	Processor.Register(&ReqRound{})
+	Processor.Register(&ReqBet{})
 	// Processor.Register(&MsgError{})
 	Processor.Register(&ReqPlayerList{})
 	Processor.Range(func(id uint16, t reflect.Type) {