core: only set print if not existing

This commit is contained in:
shagu
2024-02-28 01:43:16 +01:00
parent 196e6e6d55
commit b37e8bdc55
+1 -1
View File
@@ -369,7 +369,7 @@ pfUI.backdrop_blizz_full = {
message = function(msg)
DEFAULT_CHAT_FRAME:AddMessage("|cffcccc33INFO: |cffffff55" .. ( msg or "nil" ))
end
print = message
print = print or message
error = function(msg)
if PF_DEBUG_MODE then message(debugstack()) end