mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
minor: change allow script crossings default in code to true in order to match OpenSimDefaults.ini
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user