This commit is contained in:
Vortrex
2021-03-30 21:47:37 -05:00
parent b0d9658e2f
commit 7737587f68

View File

@@ -11,7 +11,7 @@
function initClientScript() { function initClientScript() {
logToConsole(LOG_DEBUG, "[Asshat.Client]: Initializing client script ..."); logToConsole(LOG_DEBUG, "[Asshat.Client]: Initializing client script ...");
addAllNetworkHandlers(); addAllNetworkHandlers();
logToConsole(LOG_DEBUG, "[Asshat.Clan]: Initializing client script ..."); logToConsole(LOG_DEBUG, "[Asshat.Client]: Client script initialized!");
} }
// =========================================================================== // ===========================================================================