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() {
checkForAllRequiredModules();
initClassScript();
initDatabaseScript();
initConfigScript();
initEmailScript();
@@ -119,7 +118,6 @@ function loadServerDataFromDatabase() {
// Always load these regardless of "test server" status
getServerData().localeStrings = loadAllLocaleStrings();
getServerData().allowedSkins = getAllowedSkins(getGame());
getServerData().itemTypes = loadItemTypesFromDatabase();
// Translation Cache