mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
try fix osx detection than ms keeps breaking
This commit is contained in:
@@ -875,7 +875,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
PhysicsEnabled = !RegionInfo.RegionSettings.DisablePhysics;
|
||||
|
||||
m_simulatorVersion = simulatorVersion + " (" + Util.GetRuntimeInformation() + ")";
|
||||
m_simulatorVersion = simulatorVersion + " (" + Util.RuntimeInformationStr + ")";
|
||||
|
||||
#region Region Config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user