Add net event handlers in startup
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
function initNetworkEventsScript() {
|
||||
logToConsole(LOG_DEBUG, "[VRR.NetEvents]: Initializing network events script ...");
|
||||
addAllNetworkEventHandlers();
|
||||
logToConsole(LOG_DEBUG, "[VRR.NetEvents]: Network events script initialized!");
|
||||
}
|
||||
|
||||
|
||||
@@ -49,6 +49,8 @@ function initServerScripts() {
|
||||
setAllServerDataIndexes();
|
||||
createAllServerElements();
|
||||
|
||||
addAllNetworkEventHandlers();
|
||||
|
||||
initAllClients();
|
||||
initTimers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user