badspacebar / sdk

6 stars 3 forks source link

Mistake/typo #17

Closed 69sinisterblade69 closed 1 year ago

69sinisterblade69 commented 1 year ago

in examples in player:castSpell(type, slot, arg1, arg2, no_limit) there is

--type 'line', rumble r
player:castSpell('self', 3, player.pos, mousePos)

while obviously it should read

--type 'line', rumble r
player:castSpell('line', 3, player.pos, mousePos)