aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/clienteffects/sh_effects.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/clienteffects/sh_effects.lua')
-rw-r--r--gamemode/core/clienteffects/sh_effects.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/core/clienteffects/sh_effects.lua b/gamemode/core/clienteffects/sh_effects.lua
deleted file mode 100644
index 70f3a79..0000000
--- a/gamemode/core/clienteffects/sh_effects.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-ART = ART or {}
-
-ART.screen_effect_ids = {
- "weapon_blocked"
-}
-
-ART.screen_effect_names = {}
-for k,v in pairs(ART.screen_effect_ids) do
- ART.screen_effect_names[v] = k
-end