diff --git a/VERSION b/VERSION index de28578..91c74a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.6 +1.7.7 diff --git a/command_logic/logic_gameplay.py b/command_logic/logic_gameplay.py index 0cf0979..e6e72de 100644 --- a/command_logic/logic_gameplay.py +++ b/command_logic/logic_gameplay.py @@ -2978,7 +2978,7 @@ async def xchecks(session: Session, interaction: discord.Interaction, this_play: this_play = await gb_letter(session, interaction, this_play, 'C', position=this_play.check_pos, defender_is_in=playing_in) elif hit_result == 'SPD': - this_play = singles(session, interaction, this_play, '*') + this_play = await singles(session, interaction, this_play, '*') elif hit_result == 'F1': this_play.outs = 1