* 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)
This commit is contained in:
Justin Clarke Casey
2008-05-22 00:32:04 +00:00
parent 2e758172f0
commit 203017f554
3 changed files with 25 additions and 23 deletions

View File

@@ -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;