From 1b52853852228e11995f5cd9be5677a587801c63 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Fri, 30 Dec 2022 23:57:55 +0100 Subject: [PATCH] moving spawn location of hand helpers --- src/core/Global.ttslua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 64389386..01c0729a 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -833,8 +833,8 @@ function applyOptionPanelChange(id, state) elseif id == "showHandHelper" then optionPanel[id][1] = spawnOrRemoveHelper(state, "Hand Helper", {-50.84, 1.6, 7.02}, {0, 270, 0}, "White") optionPanel[id][2] = spawnOrRemoveHelper(state, "Hand Helper", {-50.90, 1.6, -25.10}, {0, 270, 0}, "Orange") - optionPanel[id][3] = spawnOrRemoveHelper(state, "Hand Helper", {-34.38, 1.6, 22.44}, {0, 000, 0}, "Green") - optionPanel[id][4] = spawnOrRemoveHelper(state, "Hand Helper", {-16.69, 1.6, -22.42}, {0, 180, 0}, "Red") + optionPanel[id][3] = spawnOrRemoveHelper(state, "Hand Helper", {-39.27, 1.6, 22.44}, {0, 000, 0}, "Green") + optionPanel[id][4] = spawnOrRemoveHelper(state, "Hand Helper", {-21.51, 1.6, -22.44}, {0, 180, 0}, "Red") -- option: Show chaos bag manager elseif id == "showChaosBagManager" then