aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/animations/swing_mele.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/shared/animations/swing_mele.lua')
-rw-r--r--gamemode/shared/animations/swing_mele.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/gamemode/shared/animations/swing_mele.lua b/gamemode/shared/animations/swing_mele.lua
index 4a38876..c47c0b3 100644
--- a/gamemode/shared/animations/swing_mele.lua
+++ b/gamemode/shared/animations/swing_mele.lua
@@ -1,6 +1,6 @@
-nrequire("sh_animations.lua")
+local ani = nrequire("sh_animations.lua")
-RegisterLuaAnimation('swing_onehand_left', {
+ani.RegisterAnimation('swing_onehand_left', {
FrameData = {
{
BoneInfo = {
@@ -104,7 +104,7 @@ RegisterLuaAnimation('swing_onehand_left', {
Type = TYPE_GESTURE
})
-RegisterLuaAnimation('swing_onehand_overhead', {
+ani.RegisterAnimation('swing_onehand_overhead', {
FrameData = {
{
BoneInfo = {
@@ -235,7 +235,7 @@ RegisterLuaAnimation('swing_onehand_overhead', {
Type = TYPE_GESTURE
})
-RegisterLuaAnimation('swing_onehand_right', {
+ani.RegisterAnimation('swing_onehand_right', {
FrameData = {
{
BoneInfo = {
@@ -359,7 +359,7 @@ RegisterLuaAnimation('swing_onehand_right', {
Type = TYPE_GESTURE
})
-RegisterLuaAnimation('swing_onehand_stab', {
+ani.RegisterAnimation('swing_onehand_stab', {
FrameData = {
{
BoneInfo = {