aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/animation/sh_animations.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/animation/sh_animations.lua')
-rw-r--r--gamemode/core/animation/sh_animations.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/gamemode/core/animation/sh_animations.lua b/gamemode/core/animation/sh_animations.lua
new file mode 100644
index 0000000..3846fcc
--- /dev/null
+++ b/gamemode/core/animation/sh_animations.lua
@@ -0,0 +1,4 @@
+if not RegisterLuaAnimation then
+ error("JetBoom's libanimbone is required for animations. (It's bundeled with PAC3)")
+ return
+end