minor: change allow script crossings default in code to true in order to match OpenSimDefaults.ini

0.8.0.3
Justin Clark-Casey (justincc) 2014-06-28 00:17:04 +01:00 committed by Justin Clark-Casey
parent 81fe05bb84
commit 40f7062d02
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace OpenSim.Region.Framework.Scenes
public bool m_clampPrimSize;
public bool m_trustBinaries;
public bool m_allowScriptCrossings;
public bool m_allowScriptCrossings = true;
public bool m_useFlySlow;
public bool m_useTrashOnDelete = true;