Files
wow-weakauras/FreshShit/_Autoruns/event.lua
2024-05-19 20:04:16 +02:00

5 lines
153 B
Lua

--PLAYER_ENTERING_WORLD
function(e)
SetCVar("cameraYawMoveSpeed", aura_env.config.speed)
SetCVar("cameraPitchMoveSpeed", aura_env.config.speed)
end