diff --git a/imports/loadAnimDict/client.lua b/imports/loadAnimDict/client.lua deleted file mode 100644 index 784cf0b..0000000 --- a/imports/loadAnimDict/client.lua +++ /dev/null @@ -1,9 +0,0 @@ ----Loads an anim dictionary if it has not been loaded. ----Invalid anim dictionaries will never return. ----@param dict string -return function(dict) - if not HasAnimDictLoaded(dict) then - RequestAnimDict(dict) - repeat Wait(0) until HasAnimDictLoaded(dict) - end -end \ No newline at end of file