Skip to content

Commit

Permalink
Merge pull request #31 from StarCoreSE/missileretargetingunfuckening
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
InvalidArgument3 authored Aug 29, 2024
2 parents 523af10 + 0c34eb4 commit 54710fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Scripts/CoreSystems/Definitions/CoreSystems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public WeaponSystem(WeaponStructure structure, MyStringHash partNameIdHash, MySt
HasGuidedAmmo = true;

if (aConst.FullSync)
HasProjectileSync = true;
HasProjectileSync = true; //THIS DOESN'T DO ANYTHING

if (aConst.AntiSmartDetected)
HasAntiSmart = true;
Expand Down

0 comments on commit 54710fd

Please sign in to comment.