View Single Post
11-19-20, 07:04 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
That's not the code for the current version of StarCursor. It was updated on Curseforge back on October 19th. Try updating it first.

If it doesn't work after updating, the only suggestion I have is adding the following line under GetCursorPosition:

Code:
x, y = GetCursorPosition();
if not x or not y then return end
  Reply With Quote