diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 5e1ad71..74502b8 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -98,7 +98,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
98 | private int m_incrementsof15seconds = 0; | 98 | private int m_incrementsof15seconds = 0; |
99 | private volatile bool m_backingup = false; | 99 | private volatile bool m_backingup = false; |
100 | 100 | ||
101 | protected string m_simulatorVersion = "unknown"; | 101 | protected string m_simulatorVersion = "OpenSimulator Server"; |
102 | 102 | ||
103 | protected ModuleLoader m_moduleLoader; | 103 | protected ModuleLoader m_moduleLoader; |
104 | protected StorageManager m_storageManager; | 104 | protected StorageManager m_storageManager; |