Don't init class script (no longer exists)

This commit is contained in:
Vortrex
2022-06-14 06:30:33 -05:00
parent ac1de36123
commit c96f1063ad

View File

@@ -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