Skip to content

Commit

Permalink
fix mag for mag and shot for shot mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
destoer committed Mar 3, 2024
1 parent f31ca3a commit 8947fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LastRequest/ShotForShot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public override void InitPlayer(CCSPlayerController player)

}

// override to 1 if mag for mag
if(magForMag)
// override to 1 if shot for shot
if(!magForMag)
{
clipSize = 1;
}
Expand Down

0 comments on commit 8947fd2

Please sign in to comment.