|
8 | 8 | import com.craftmend.openaudiomc.generic.client.ClientDataService; |
9 | 9 | import com.craftmend.openaudiomc.generic.commands.CommandService; |
10 | 10 | import com.craftmend.openaudiomc.generic.database.DatabaseService; |
11 | | -import com.craftmend.openaudiomc.generic.environment.EnvironmentService; |
12 | | -import com.craftmend.openaudiomc.generic.environment.GlobalConstantService; |
13 | 11 | import com.craftmend.openaudiomc.generic.environment.MagicValue; |
14 | 12 | import com.craftmend.openaudiomc.generic.events.EventService; |
15 | 13 | import com.craftmend.openaudiomc.generic.logging.OpenAudioLogger; |
@@ -147,14 +145,12 @@ public OpenAudioMc(OpenAudioInvoker invoker) throws Exception { |
147 | 145 | // load core services in order |
148 | 146 | serviceManager.loadServices( |
149 | 147 | DatabaseService.class, // player and profile storage |
150 | | - EnvironmentService.class, // env loader |
151 | 148 | MojangLookupService.class, // handles caching of uuid's > names |
152 | 149 | ProxyHostService.class, // register handlers for proxy events |
153 | 150 | MediaService.class, // processes outgoing URL's |
154 | 151 | TimeService.class, // processes remote or network timecodes and translates them for the client |
155 | 152 | StateService.class, // handles internal state tracking/monitoring |
156 | 153 | AuthenticationService.class, // handles server key sets with the OpenAudioMc backend infrastructure |
157 | | - GlobalConstantService.class, // keeps track of remote project constants (like release versions, etc) |
158 | 154 | CommandService.class, // standardized command processor regardless of platform |
159 | 155 | RedisService.class, // redis hook/service implementation |
160 | 156 | OpenaudioAccountService.class, // platform specific features, like voice chat |
|
0 commit comments