From 203017f5540f801c25f8345dd8ca30f0bc4de2f8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 22 May 2008 00:32:04 +0000 Subject: * 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) --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') 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 { m_moneyBalance = 1000; - m_channelVersion = Helpers.StringToField(scene.GetSimulatorVersion()); + m_channelVersion = Helpers.StringToField("OpenSimulator Server " + scene.GetSimulatorVersion()); InitDefaultAnimations(); - m_scene = scene; m_assetCache = assetCache; -- cgit v1.1