Changes to preceding patch to make it conform to inifile formats. BLANK LINE
before each comment/option group, and DOUBLE SEMICOLONS before pure text comments in OpenSim.ini.exemapleviewer-2-initial-appearance
parent
4f25b73b57
commit
51e03617e9
|
@ -545,9 +545,9 @@
|
||||||
;; false to allow script controlled underground positioning of
|
;; false to allow script controlled underground positioning of
|
||||||
;; prims
|
;; prims
|
||||||
; DisableUndergroundMovement = true
|
; DisableUndergroundMovement = true
|
||||||
;
|
|
||||||
; Path to script engine assemblies
|
;; Path to script engine assemblies
|
||||||
; Default is ./bin/ScriptEngines
|
;; Default is ./bin/ScriptEngines
|
||||||
; ScriptEnginesPath = "ScriptEngines"
|
; ScriptEnginesPath = "ScriptEngines"
|
||||||
|
|
||||||
[MRM]
|
[MRM]
|
||||||
|
|
|
@ -999,7 +999,7 @@
|
||||||
; false to allow script controlled underground positioning of
|
; false to allow script controlled underground positioning of
|
||||||
; prims
|
; prims
|
||||||
; DisableUndergroundMovement = true
|
; DisableUndergroundMovement = true
|
||||||
;
|
|
||||||
; Path to script engine assemblies
|
; Path to script engine assemblies
|
||||||
; Default is ./bin/ScriptEngines
|
; Default is ./bin/ScriptEngines
|
||||||
; ScriptEnginesPath = "ScriptEngines"
|
; ScriptEnginesPath = "ScriptEngines"
|
||||||
|
|
Loading…
Reference in New Issue