Gogs hai 4 meses
pai
achega
a1c9179dab
Modificáronse 1 ficheiros con 1 adicións e 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) {