diff --git a/tRP3_RDotIO.lua b/tRP3_RDotIO/tRP3_RDotIO.lua similarity index 99% rename from tRP3_RDotIO.lua rename to tRP3_RDotIO/tRP3_RDotIO.lua index 83754fc..310eed8 100644 --- a/tRP3_RDotIO.lua +++ b/tRP3_RDotIO/tRP3_RDotIO.lua @@ -1,5 +1,5 @@ local trp3rio = CreateFrame("Frame") -trp3rio:RegisterEvent("ADDON_LOADED") +--trp3rio:RegisterEvent("ADDON_LOADED") trp3rio:RegisterEvent("PLAYER_LOGIN") trp3rio:RegisterEvent("PLAYER_LOGOUT") trp3rio:RegisterEvent("PLAYER_ENTERING_WORLD") diff --git a/tRP3_RDotIO.toc b/tRP3_RDotIO/tRP3_RDotIO.toc similarity index 100% rename from tRP3_RDotIO.toc rename to tRP3_RDotIO/tRP3_RDotIO.toc