From 3b5ca6e9216b20e2ca2f02f68442670e93ae248b Mon Sep 17 00:00:00 2001 From: Lyle Douglass Date: Tue, 16 Jan 2024 21:48:00 -0500 Subject: [PATCH] chore: update print statement --- HearthstoneRandomizer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HearthstoneRandomizer.lua b/HearthstoneRandomizer.lua index 761eee7..c6d3cf0 100644 --- a/HearthstoneRandomizer.lua +++ b/HearthstoneRandomizer.lua @@ -24,7 +24,7 @@ RHT.to:SetScript("OnUpdate", function (self, elapse) GetLearnedStones() if RHTInitialized then SetRandomHearthToy() - print "RHT initialized" + print "HearthstoneRandomizer initialized" RHT.to:SetScript("OnUpdate", nil) else timeOut = 1