Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. hooksecurefunc("BlizzardOptionsPanel_SetupControl", function(control)
  2.     if control == InterfaceOptionsCameraPanelMaxDistanceSlider then
  3.         SetCVar("cameraDistanceMaxFactor", db.distance)
  4.         SetCVar("cameraDistanceMoveSpeed", db.speed)
  5.     end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement