Skip to content

Commit

Permalink
chore: update print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledouglass committed Jan 17, 2024
1 parent ced5dcf commit 3b5ca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HearthstoneRandomizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b5ca6e

Please sign in to comment.