mirror of
https://github.com/CapsAdmin/wowozela.git
synced 2025-03-04 03:13:27 -05:00
Fix error
This commit is contained in:
parent
f11979b1ac
commit
a2cae983db
@ -891,7 +891,7 @@ if CLIENT then
|
||||
local perSeg = 10
|
||||
local scale = (ScrH() / 3) / (perSeg * 10)
|
||||
|
||||
local curr_pitch = LocalPlayer().wowozela_real_pitch * -1
|
||||
local curr_pitch = (LocalPlayer().wowozela_real_pitch or 0) * -1
|
||||
local offset = (curr_pitch % perSeg)
|
||||
local currOctave = (curr_pitch - offset) / perSeg
|
||||
for I = -5, 5, 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user