Don't init class script (no longer exists)
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
function initServerScripts() {
|
function initServerScripts() {
|
||||||
checkForAllRequiredModules();
|
checkForAllRequiredModules();
|
||||||
|
|
||||||
initClassScript();
|
|
||||||
initDatabaseScript();
|
initDatabaseScript();
|
||||||
initConfigScript();
|
initConfigScript();
|
||||||
initEmailScript();
|
initEmailScript();
|
||||||
@@ -119,7 +118,6 @@ function loadServerDataFromDatabase() {
|
|||||||
// Always load these regardless of "test server" status
|
// Always load these regardless of "test server" status
|
||||||
getServerData().localeStrings = loadAllLocaleStrings();
|
getServerData().localeStrings = loadAllLocaleStrings();
|
||||||
getServerData().allowedSkins = getAllowedSkins(getGame());
|
getServerData().allowedSkins = getAllowedSkins(getGame());
|
||||||
|
|
||||||
getServerData().itemTypes = loadItemTypesFromDatabase();
|
getServerData().itemTypes = loadItemTypesFromDatabase();
|
||||||
|
|
||||||
// Translation Cache
|
// Translation Cache
|
||||||
|
|||||||
Reference in New Issue
Block a user