diff --git a/Another_Archery_Patcher/Another_Archery_Patcher.csproj b/Another_Archery_Patcher/Another_Archery_Patcher.csproj index 3d77d8c..eb61ba9 100644 --- a/Another_Archery_Patcher/Another_Archery_Patcher.csproj +++ b/Another_Archery_Patcher/Another_Archery_Patcher.csproj @@ -7,8 +7,8 @@ - + - + \ No newline at end of file diff --git a/Another_Archery_Patcher/settings.cs b/Another_Archery_Patcher/settings.cs index 24bda69..08ec772 100644 --- a/Another_Archery_Patcher/settings.cs +++ b/Another_Archery_Patcher/settings.cs @@ -19,8 +19,7 @@ public class Settings : StatsPresets [SettingName("Global Flag Tweaks")] // FLAG TWEAKS public List GlobalFlagTweaks = new() { - new FlagTweak(Supersonic, Remove), - new FlagTweak(DisableCombatAimCorrection, Add) + new FlagTweak(Supersonic, Remove) }; [SettingName("Game Settings"), Tooltip("Change the value of archery-related game settings.")] // GAME SETTINGS