diff options
author | David Walter Seikel | 2016-11-07 12:51:37 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-07 12:51:37 +1000 |
commit | cae513f3ed4adfbc1630206f4b3d02461ec063ad (patch) | |
tree | ac4fec24a7fdf79ff2d56d5a9d5d2b533d7f6ea7 /config/OpenSimDefaults.ini | |
parent | More caches directory fixes, including moving console history there. (diff) | |
download | opensim-SC_OLD-cae513f3ed4adfbc1630206f4b3d02461ec063ad.zip opensim-SC_OLD-cae513f3ed4adfbc1630206f4b3d02461ec063ad.tar.gz opensim-SC_OLD-cae513f3ed4adfbc1630206f4b3d02461ec063ad.tar.bz2 opensim-SC_OLD-cae513f3ed4adfbc1630206f4b3d02461ec063ad.tar.xz |
Remove silly rezzing distance limits. They just make scripters work around them.
Diffstat (limited to '')
-rw-r--r-- | config/OpenSimDefaults.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/OpenSimDefaults.ini b/config/OpenSimDefaults.ini index e0957e3..9923c82 100644 --- a/config/OpenSimDefaults.ini +++ b/config/OpenSimDefaults.ini | |||
@@ -1762,9 +1762,6 @@ | |||
1762 | ; before aborting the thread (such as when an object containing scripts is taken into inventory). | 1762 | ; before aborting the thread (such as when an object containing scripts is taken into inventory). |
1763 | WaitForEventCompletionOnScriptStop = 1000; | 1763 | WaitForEventCompletionOnScriptStop = 1000; |
1764 | 1764 | ||
1765 | ; The factor the 10 m distances llimits are multiplied by | ||
1766 | ScriptDistanceLimitFactor = 1.0 | ||
1767 | |||
1768 | ; Maximum length of notecard line read | 1765 | ; Maximum length of notecard line read |
1769 | ; Increasing this to large values potentially opens | 1766 | ; Increasing this to large values potentially opens |
1770 | ; up the system to malicious scripters | 1767 | ; up the system to malicious scripters |