From e99be0bb19d0ec735483e71709aea1b543295779 Mon Sep 17 00:00:00 2001 From: Cinder Date: Sun, 21 Jun 2015 08:19:34 -0600 Subject: [PATCH] Fix my typo, the dll is named OpenSim, not Opensim Signed-off-by: Diva Canto --- bin/Robust.HG.ini.example | 2 +- bin/Robust.ini.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 18fe894817..77ab3553bc 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -377,7 +377,7 @@ [AgentPreferencesService] ; for the server connector - LocalServiceModule = "Opensim.Services.UserAccountService.dll:AgentPreferencesService" + LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService" [PresenceService] diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 60f07fc113..0e70527656 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -335,7 +335,7 @@ [AgentPreferencesService] ; for the server connector - LocalServiceModule = "Opensim.Services.UserAccountService.dll:AgentPreferencesService" + LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService" [PresenceService]