From eafbfc9f232da10af595dca6d8ffc1d7a298fa74 Mon Sep 17 00:00:00 2001 From: TayMcKenzieSA Date: Wed, 24 Nov 2021 00:33:57 +1300 Subject: [PATCH] Fixed Champagne Waiter Prop Placement --- Client/AnimationList.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/AnimationList.lua b/Client/AnimationList.lua index 2814a1b..e9efd01 100644 --- a/Client/AnimationList.lua +++ b/Client/AnimationList.lua @@ -3495,10 +3495,10 @@ DP.PropEmotes = { { Prop = "vw_prop_vw_tray_01a", PropBone = 28422, - PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, + PropPlacement = {0.0, 0.0, 0.0100,0.0,0.0,0.0}, SecondProp = 'prop_champ_cool', SecondPropBone = 28422, - SecondPropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, + SecondPropPlacement = {0.0,0.0,0.010,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }},