From 7713ae5120ce7e03874de37a533ef60a6fd41389 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 5 Feb 2009 00:20:16 +0000 Subject: [PATCH] Add a nasty message for people who get the mod via svn! kekek --- AckisRecipeList.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index a6bd4ce..44c1b15 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -30,6 +30,10 @@ local MODNAME = "Ackis Recipe List" local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME) +--@debug@ +addon:Print("You are using a svn version of ARL. As per WowAce/Curseforge standard, svn externals are not setup. You will have to install Ace3, Babble-Faction-3.0, Babble-Zone-3.0, Babble-Boss-3.0, LibAboutPanel, LibSharedMedia-3.0, LibBetterBlizzoptions and Astrolabe in order for the addon to function correctly.") +--@end-debug@ + if (not LibStub:GetLibrary("AceLocale-3.0", true)) then addon:Print(format("%s is missing. Addon cannot run.","AceLocale-3.0")) AckisRecipeList = nil -- 1.7.9.5