Load dev script
This commit is contained in:
@@ -25,6 +25,9 @@ function initServerScripts() {
|
|||||||
initChatScript();
|
initChatScript();
|
||||||
initJobScript();
|
initJobScript();
|
||||||
initVehicleScript();
|
initVehicleScript();
|
||||||
|
initDeveloperScript();
|
||||||
|
|
||||||
|
serverData.saveDataIntervalTimer = setInterval(saveAllServerDataToDatabase, 600000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
@@ -33,7 +36,6 @@ function checkForHashingModule() {
|
|||||||
if(module.hashing == "undefined") {
|
if(module.hashing == "undefined") {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user