aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-22 00:32:04 +0000
committerJustin Clarke Casey2008-05-22 00:32:04 +0000
commit203017f5540f801c25f8345dd8ca30f0bc4de2f8 (patch)
treefc15222a4207e9147e8ee39559cac8e827102a10 /OpenSim/Region/ClientStack
parent* Fix circular dependency from last checkin by passing version as a parameter... (diff)
downloadopensim-SC_OLD-203017f5540f801c25f8345dd8ca30f0bc4de2f8.zip
opensim-SC_OLD-203017f5540f801c25f8345dd8ca30f0bc4de2f8.tar.gz
opensim-SC_OLD-203017f5540f801c25f8345dd8ca30f0bc4de2f8.tar.bz2
opensim-SC_OLD-203017f5540f801c25f8345dd8ca30f0bc4de2f8.tar.xz
* Refactor: Move enhancement of version string with operating system information from Scene to OpenSimMain
* This also means the operating system info will show up in the region console (and hence the logs)
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index e5fc384..435ed04 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -350,11 +350,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
350 { 350 {
351 m_moneyBalance = 1000; 351 m_moneyBalance = 1000;
352 352
353 m_channelVersion = Helpers.StringToField(scene.GetSimulatorVersion()); 353 m_channelVersion = Helpers.StringToField("OpenSimulator Server " + scene.GetSimulatorVersion());
354 354
355 InitDefaultAnimations(); 355 InitDefaultAnimations();
356 356
357
358 m_scene = scene; 357 m_scene = scene;
359 m_assetCache = assetCache; 358 m_assetCache = assetCache;
360 359