diff --git a/command_logic/logic_gameplay.py b/command_logic/logic_gameplay.py index c1b9bf6..e7fc3e4 100644 --- a/command_logic/logic_gameplay.py +++ b/command_logic/logic_gameplay.py @@ -2644,12 +2644,12 @@ async def xchecks(session: Session, interaction: discord.Interaction, this_play: label_type='yes' ) - elif position == '3B' and this_play.on_second is not None: - is_holding = await ask_confirm( - interaction, - question=f'Was {this_play.on_second.card.player.name} held at second base?', - label_type='yes' - ) + # elif position == '3B' and this_play.on_second is not None: + # is_holding = await ask_confirm( + # interaction, + # question=f'Was {this_play.on_second.card.player.name} held at second base?', + # label_type='yes' + # ) elif position == '2B' and (this_play.on_first is not None or this_play.on_second is not None) and (this_play.batter.card.batterscouting.battingcard.hand == 'R' or (this_play.batter.card.batterscouting.battingcard.hand == 'S' and this_play.pitcher.card.pitcherscouting.pitchingcard.hand == 'L')): if this_play.on_second is not None: