mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
优化代码
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
// AddQuestContentProgressReq 添加任务内容进度请求
|
||||
func (g *GameManager) AddQuestContentProgressReq(player *model.Player, payloadMsg pb.Message) {
|
||||
req := payloadMsg.(*proto.AddQuestContentProgressReq)
|
||||
logger.Error("AddQuestContentProgressReq: %v", req)
|
||||
logger.Debug("AddQuestContentProgressReq: %v", req)
|
||||
|
||||
g.AddQuestProgress(player, req)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user