diff --git a/lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua b/lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua index d9218bf..975e0ec 100644 --- a/lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua +++ b/lua/cfc_gmod_scripts/effects_whitelist/sh_init.lua @@ -71,5 +71,14 @@ GmodScripts_EffectWhitelist = { acf_heat_explosion = true, simfphys_engine_smoke = true, eff_jack_plasmaarc = true, + entity_remove = true, + inflator_magic = true, + LaserTracer = true, + phys_freeze = true, + phys_unfreeze = true, + propspawn = true, + selection_indicator = true, + selection_ring = true, + wheel_indicator = true, } allowed = GmodScripts_EffectWhitelist