another copy paste fix

This commit is contained in:
Rodion Kalyuzhin 2023-08-13 03:03:17 +07:00
parent f0e3875cbe
commit a25e11caa0
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
case AttachmentType.Barrel:
return this.Barrel == attachment;
case AttachmentType.UnderRail:
return this.Barrel == attachment;
return this.UnderRail == attachment;
case AttachmentType.SideRail:
return this.SideRail == attachment;
case AttachmentType.Bolt: