aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCinder2015-06-21 08:19:34 -0600
committerDiva Canto2015-06-21 08:43:41 -0700
commite99be0bb19d0ec735483e71709aea1b543295779 (patch)
tree5b8bca98367fd5e215ee5051e3e2c08477cb6e6c
parentGuard against null AgentPrefs service in llGetAgentLanguage() (diff)
downloadopensim-SC_OLD-e99be0bb19d0ec735483e71709aea1b543295779.zip
opensim-SC_OLD-e99be0bb19d0ec735483e71709aea1b543295779.tar.gz
opensim-SC_OLD-e99be0bb19d0ec735483e71709aea1b543295779.tar.bz2
opensim-SC_OLD-e99be0bb19d0ec735483e71709aea1b543295779.tar.xz
Fix my typo, the dll is named OpenSim, not Opensim
Signed-off-by: Diva Canto <diva@metaverseink.com>
-rw-r--r--bin/Robust.HG.ini.example2
-rw-r--r--bin/Robust.ini.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 18fe894..77ab355 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -377,7 +377,7 @@
377 377
378[AgentPreferencesService] 378[AgentPreferencesService]
379 ; for the server connector 379 ; for the server connector
380 LocalServiceModule = "Opensim.Services.UserAccountService.dll:AgentPreferencesService" 380 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService"
381 381
382 382
383[PresenceService] 383[PresenceService]
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 60f07fc..0e70527 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -335,7 +335,7 @@
335 335
336[AgentPreferencesService] 336[AgentPreferencesService]
337 ; for the server connector 337 ; for the server connector
338 LocalServiceModule = "Opensim.Services.UserAccountService.dll:AgentPreferencesService" 338 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:AgentPreferencesService"
339 339
340 340
341[PresenceService] 341[PresenceService]