From a36e5688eab9f5531f1fab8dd0cc3e61ad19eac7 Mon Sep 17 00:00:00 2001 From: Kevin Krol Date: Sun, 24 Mar 2024 00:25:57 +0100 Subject: [PATCH] Fix @debug@ --- Clicked/Core/Clicked.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Clicked/Core/Clicked.lua b/Clicked/Core/Clicked.lua index f72f94b1..2b3bf35f 100644 --- a/Clicked/Core/Clicked.lua +++ b/Clicked/Core/Clicked.lua @@ -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)