Change chat init log to info

This commit is contained in:
Vortrex
2021-04-04 23:18:51 -05:00
parent 71fec51b75
commit fc10c3ced3

View File

@@ -9,8 +9,8 @@
// =========================================================================== // ===========================================================================
function initChatScript() { function initChatScript() {
logToConsole(LOG_DEBUG, "[Asshat.Chat]: Initializing chat script ..."); logToConsole(LOG_INFO, "[Asshat.Chat]: Initializing chat script ...");
logToConsole(LOG_DEBUG, "[Asshat.Chat]: Chat script initialized successfully!"); logToConsole(LOG_INFO, "[Asshat.Chat]: Chat script initialized successfully!");
return true; return true;
} }