Ignore:
Timestamp:
Mar 21, 2013, 12:33:53 PM (12 years ago)
Author:
alloc
Message:

AEI2: Looooots of refactorings for breaking out independent features into libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/depot/DepotConfig.java

    r708 r720  
    33import java.util.TreeSet;
    44
    5 import net.oni2.settingsmanager.Settings;
     5import net.oni2.SettingsManager;
    66
    77/**
     
    8888         */
    8989        static String getDepotUrl() {
    90                 return Settings.getInstance().get("depot_url", "http://mods.oni2.net/");
     90                return SettingsManager.getInstance().get("depot_url", "http://mods.oni2.net/");
    9191        }
    9292
     
    9595         */
    9696        static String getDepotApiUrl() {
    97                 return Settings.getInstance().get("depot_api_url",
     97                return SettingsManager.getInstance().get("depot_api_url",
    9898                                "http://mods.oni2.net/?q=api/");
    9999        }
Note: See TracChangeset for help on using the changeset viewer.