Skip to content

Commit

Permalink
Removed redundant setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampo committed Jul 3, 2024
1 parent 37adaa9 commit 5b1a02c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Randomiser/Meta.ini
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,6 @@ Tooltip=Randomises the level vehicle model.
Page=Randomisations
Group=Vehicles

[Setting]
Name=RandomLevelVehicleStats
Title=Random Level Vehicle - Update Stats
Type=TickBox
Default=1
Tooltip=Updates the level vehicle stats to match the model.
Page=Randomisations
Group=Vehicles

[SettingCondition]
Type=Setting
Setting=RandomLevelVehicleStats
Expand Down
17 changes: 8 additions & 9 deletions Randomiser/Resources/Modules/General/SettingsInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ local GameplaySettings = {
[1 << 3] = Settings.SkipCutscenes,
[1 << 4] = Settings.ClampHP,
[1 << 5] = Settings.RandomLevelVehicle,
[1 << 6] = Settings.RandomLevelVehicleStats,
[1 << 7] = Settings.RandomMissionVehicle,
[1 << 8] = Settings.RandomNPCVehicles,
[1 << 9] = Settings.RandomNPCVehiclesStats,
[1 << 10] = Settings.RandomTraffic,
[1 << 11] = Settings.RandomChaseVehicle,
[1 << 12] = Settings.RandomChaseVehicleStats,
[1 << 13] = Settings.RandomChaseAmount,
[1 << 14] = Settings.RandomBonusVehicles,
[1 << 6] = Settings.RandomMissionVehicle,
[1 << 7] = Settings.RandomNPCVehicles,
[1 << 8] = Settings.RandomNPCVehiclesStats,
[1 << 9] = Settings.RandomTraffic,
[1 << 10] = Settings.RandomChaseVehicle,
[1 << 11] = Settings.RandomChaseVehicleStats,
[1 << 12] = Settings.RandomChaseAmount,
[1 << 13] = Settings.RandomBonusVehicles,
}

local AudioVisualSettings = {
Expand Down

0 comments on commit 5b1a02c

Please sign in to comment.