diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index fcae77c..a29998b 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -37,6 +37,10 @@ return function() return result end + while _G.player == nil do + os.sleep(0.05) + end + local cache = {} while _G._running do updateLookVector()