File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public:
8888 Initialise (bool peds, bool vehs)
8989 {
9090 sm_RandomizePeds = peds ? true : sm_RandomizePeds;
91- sm_RandomizeVehs = peds ? true : sm_RandomizeVehs;
91+ sm_RandomizeVehs = vehs ? true : sm_RandomizeVehs;
9292
9393 if (peds || vehs)
9494 {
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ class PedRandomizer
196196 OPTION (EnableAnimalMotionFixes), OPTION (EnableAnimalFixes),
197197 OPTION (EnablePlayerFixes), OPTION (EnableMainFixes),
198198 OPTION (EnableNoLowBudget), OPTION (EnableBlipsAlwaysVisible),
199- OPTION (OddsOfPlayerModels)))
199+ OPTION (OddsOfPlayerModels), OPTION (RandomizePeds) ))
200200 return;
201201
202202 if (PR::Config ().ForcedPed .size ())
You can’t perform that action at this time.
0 commit comments