Gogs před 4 měsíci
rodič
revize
a1c9179dab
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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) {