aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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