Skip to content

Commit

Permalink
Fix @debug@
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Mar 23, 2024
1 parent 1979f20 commit a36e568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Clicked/Core/Clicked.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ function Clicked:OnInitialize()
end

function Clicked:OnEnable()
--- @debug@
---@debug@
local projectUrl = "https://www.curseforge.com/wow/addons/clicked"
print(Addon:AppendClickedMessagePrefix("You are using a development version, download the latest release from " .. projectUrl))
--- @end-debug@
---@end-debug@

self:RegisterEvent("PLAYER_REGEN_DISABLED", PLAYER_REGEN_DISABLED)
self:RegisterEvent("PLAYER_REGEN_ENABLED", PLAYER_REGEN_ENABLED)
Expand Down

0 comments on commit a36e568

Please sign in to comment.