Use info log level for script initialized message
This commit is contained in:
@@ -33,7 +33,7 @@ function initChatBoxScript() {
|
|||||||
scrollUpKey = getKeyIdFromParams("pageup");
|
scrollUpKey = getKeyIdFromParams("pageup");
|
||||||
scrollDownKey = getKeyIdFromParams("pagedown");
|
scrollDownKey = getKeyIdFromParams("pagedown");
|
||||||
bindChatBoxKeys();
|
bindChatBoxKeys();
|
||||||
logToConsole(LOG_DEBUG, "[AGRP.Chat]: Chat script initialized!");
|
logToConsole(LOG_INFO, "[AGRP.Chat]: Chat script initialized!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user