diff --git a/client/ignore.lua b/client/ignore.lua index a9a66e7..d6ae75f 100644 --- a/client/ignore.lua +++ b/client/ignore.lua @@ -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)