diff --git a/build_dcg.zip b/build_dcg.zip new file mode 100644 index 0000000..f390c0b Binary files /dev/null and b/build_dcg.zip differ diff --git a/game/live_logic/zhgmang_handler.go b/game/live_logic/zhgmang_handler.go index f8b83e7..f8bc191 100644 --- a/game/live_logic/zhgmang_handler.go +++ b/game/live_logic/zhgmang_handler.go @@ -200,7 +200,7 @@ func (h *ZhgmangGameLogic) handleMockGift(liveRoom *LiveRoom, _ string, content } logger.SLog.Debugf("用户 [%s] gift [%s] count [%d]", user.Username, giftType, count) - // 禁止 c w s n j + // 禁止 w s n j switch giftType { case "lt": h.goldSpeedUp(room, user, float64(count)*0.1) @@ -210,7 +210,7 @@ func (h *ZhgmangGameLogic) handleMockGift(liveRoom *LiveRoom, _ string, content h.randomAddon(room, user, int(count)) case "hb": h.redPackAddon(room, user, int(count)) - case "重开": + case "ck": room.Broadcast(pb.PushZhgmangGameOver, &pbGameZhgMang.GameOver{ User: user, Team: int32(count),