useObject adds the UseTarget

This commit is contained in:
Treeku
2014-04-29 04:49:42 +01:00
parent 985cd6b779
commit 73f8ad85bc
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -363,6 +363,7 @@ public class NGECore {
zoneDispatch.addService(bazaarService);
zoneDispatch.addService(lootService);
zoneDispatch.addService(mountService);
zoneDispatch.addService(housingService);
zoneDispatch.addService(playerCityService);
if (optionsConfigLoaded && options.getInt("LOAD.RESOURCE.SYSTEM") == 1) {
@@ -482,7 +483,6 @@ public class NGECore {
spawnService.loadLairGroups();
spawnService.loadSpawnAreas();
housingService.loadHousingTemplates();
equipmentService.loadBonusSets();
retroService.run();