Change AllowScriptCrossings to be AllowScriptCrossing to match the

.ini files already out there
0.6.1-post-fixes
Melanie Thielker 2008-12-06 18:33:13 +00:00
parent 84ba5dd962
commit c5bd7975e8
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ namespace OpenSim.Region.Environment.Scenes
m_maxPhys = startupConfig.GetFloat("PhysicalPrimMax", 10.0f);
m_clampPrimSize = startupConfig.GetBoolean("ClampPrimSize", false);
m_trustBinaries = startupConfig.GetBoolean("TrustBinaries", false);
m_allowScriptCrossings = startupConfig.GetBoolean("AllowScriptCrossings", false);
m_allowScriptCrossings = startupConfig.GetBoolean("AllowScriptCrossing", false);
m_dontPersistBefore =
startupConfig.GetLong("MinimumTimeBeforePersistenceConsidered", DEFAULT_MIN_TIME_FOR_PERSISTENCE);
m_dontPersistBefore *= 10000000;