Change chat init log to info
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// ===========================================================================
|
||||
|
||||
function initChatScript() {
|
||||
logToConsole(LOG_DEBUG, "[Asshat.Chat]: Initializing chat script ...");
|
||||
logToConsole(LOG_DEBUG, "[Asshat.Chat]: Chat script initialized successfully!");
|
||||
logToConsole(LOG_INFO, "[Asshat.Chat]: Initializing chat script ...");
|
||||
logToConsole(LOG_INFO, "[Asshat.Chat]: Chat script initialized successfully!");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user