diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 617f10e..25a233e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -692,6 +692,17 @@ ScriptDelayFactor = 1.0 | |||
692 | ; The factor the 10 m distances llimits are multiplied by | 692 | ; The factor the 10 m distances llimits are multiplied by |
693 | ScriptDistanceLimitFactor = 1.0 | 693 | ScriptDistanceLimitFactor = 1.0 |
694 | 694 | ||
695 | ; OS Functions enable/disable | ||
696 | ; For each function, you can add one line, as shown | ||
697 | |||
698 | ; true is the default for all functions, and allows them if below threat level | ||
699 | ; Allow_osSetRegionWaterHeight = true | ||
700 | |||
701 | ; false disables the function completely | ||
702 | ; Allow_osSetRegionWaterHeight = false | ||
703 | |||
704 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
705 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
695 | 706 | ||
696 | [GridInfo] | 707 | [GridInfo] |
697 | 708 | ||