View Single Post
09-19-17, 07:35 PM   #4
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
You could probably just replace line 19 with
lua Code:
  1. if x and y then CoordText:SetFormattedText('%.0f , %.0f', x * 100, y * 100) end
  Reply With Quote