diff --git a/scripts/client/chat.js b/scripts/client/chat.js index 360f26a1..c85140ce 100644 --- a/scripts/client/chat.js +++ b/scripts/client/chat.js @@ -33,7 +33,7 @@ function initChatBoxScript() { scrollUpKey = getKeyIdFromParams("pageup"); scrollDownKey = getKeyIdFromParams("pagedown"); bindChatBoxKeys(); - logToConsole(LOG_DEBUG, "[AGRP.Chat]: Chat script initialized!"); + logToConsole(LOG_INFO, "[AGRP.Chat]: Chat script initialized!"); } // ===========================================================================