mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Log the state of the prejump flag
This commit is contained in:
@@ -728,6 +728,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// TODO: Change default to true once the feature is supported
|
||||
m_usePreJump = startupConfig.GetBoolean("enableprejump", true);
|
||||
m_maxNonphys = startupConfig.GetFloat("NonPhysicalPrimMax", m_maxNonphys);
|
||||
|
||||
m_log.DebugFormat("[SCENE]: prejump is {0}", m_usePreJump ? "ON" : "OFF");
|
||||
if (RegionInfo.NonphysPrimMax > 0)
|
||||
{
|
||||
m_maxNonphys = RegionInfo.NonphysPrimMax;
|
||||
|
||||
Reference in New Issue
Block a user