Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fix save UpshiftLoad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikt32 committed May 13, 2019
1 parent e7801e8 commit 4e2c79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gears/ScriptSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void ScriptSettings::SaveGeneral() const {
settingsGeneral.SetBoolValue("OPTIONS", "CrossScript", CrossScript);

// [AUTO_BOX]
settingsGeneral.SetDoubleValue("AUTO_BOX", "UpshiftLoad = ", UpshiftLoad);
settingsGeneral.SetDoubleValue("AUTO_BOX", "UpshiftLoad", UpshiftLoad);
settingsGeneral.SetDoubleValue("AUTO_BOX", "DownshiftLoad ", DownshiftLoad);
settingsGeneral.SetDoubleValue("AUTO_BOX", "NextGearMinRPM", NextGearMinRPM);
settingsGeneral.SetDoubleValue("AUTO_BOX", "CurrGearMinRPM", CurrGearMinRPM);
Expand Down

0 comments on commit 4e2c79d

Please sign in to comment.