From d7a7c6667f40a250163ecd566ec657087ad6acf6 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Mon, 28 Apr 2025 20:01:38 -0400 Subject: [PATCH] Correct naming of ShotgunWingOffsetWk. --- gamelog/src/action.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamelog/src/action.rs b/gamelog/src/action.rs index b812d75..a450b13 100644 --- a/gamelog/src/action.rs +++ b/gamelog/src/action.rs @@ -84,7 +84,7 @@ impl Action { Some(match self { Self::SlantBubble | Self::HalfbackSlam | Self::PlayActionBoot => Playset::PistolSpread, Self::StrongFlood | Self::SpeedOption | Self::HalfbackSlipScreen => { - Playset::ShotgunTripleWingsOffset + Playset::ShotgunWingOffsetWk } Self::SlotOut | Self::HalfbackSweep | Self::PlayActionComebacks => { Playset::ShotgunDoubleFlex @@ -126,7 +126,7 @@ impl Action { #[derive(Debug, Clone, PartialEq)] pub enum Playset { PistolSpread, - ShotgunTripleWingsOffset, + ShotgunWingOffsetWk, ShotgunDoubleFlex, IFormNormal, IFormTight,