1.6.1b hug fix!

This commit is contained in:
andristum
2019-11-17 22:00:47 +01:00
parent 2c2f22a595
commit cdc8a79e44
2 changed files with 5 additions and 13 deletions

View File

@@ -307,6 +307,8 @@ function OnEmotePlay(EmoteName)
end
elseif EmoteName.AnimationOptions.EmoteMoving then
MovementType = 51
elseif EmoteName.AnimationOptions.EmoteMoving == false then
MovementType = 0
end
else
MovementType = 0