Skip to content

Commit

Permalink
Fix slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Aug 21, 2008
1 parent c1bcd80 commit b20d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TourGuide_Recorder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ end)


SLASH_TGR1 = "/tgr"
function SlashCmdList.TGR(self, msg)
function SlashCmdList.TGR(msg)
local _, _, x, y = al:GetCurrentPlayerPosition()
Save(string.format("\nN %s |N|%s, %s (%.2f, %.2f)|", msg or "No note", GetZoneText(), GetSubZoneText(), x*100, y*100))
end

0 comments on commit b20d05f

Please sign in to comment.