Skip to content

Commit

Permalink
Update client/ignore.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Solareon <[email protected]>
  • Loading branch information
mafewtm and solareon authored Feb 7, 2024
1 parent d49fb61 commit 93c32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ignore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CreateThread(function()
SetScenarioTypeEnabled(sctyp, false)
end
for _, scmdl in next, Config.BlacklistedScenarios['SUPPRESSED'] do
SetVehicleModelIsSuppressed(GetHashKey(scmdl), true)
SetVehicleModelIsSuppressed(joaat(scmdl), true)
end
for _, scgrp in next, Config.BlacklistedScenarios['GROUPS'] do
SetScenarioGroupEnabled(scgrp, false)
Expand Down

0 comments on commit 93c32fc

Please sign in to comment.