Skip to content

Commit

Permalink
修复设置对局进度结果不符合预期的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Nov 10, 2022
1 parent 7fb23b4 commit dfa07e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ async def parse_make_game_progress_args(event: GroupMessageEvent, matcher: Match

round = parse_int_or_error(round, "局数", True)
if wind == '南':
round *= 2
round += 4

honba = parse_int_or_error(honba, "本场", True)

Expand Down

0 comments on commit dfa07e4

Please sign in to comment.