aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-11-12 14:07:40 +0000
committerUbitUmarov2016-11-12 14:07:40 +0000
commitb6329fb784669e60f0eacb9610fd70e7f551453c (patch)
treef3bf6a82a418e71bc990e745bab911cf4381a4e5 /bin/OpenSimDefaults.ini
parentubOde fix a multhreading timming issue (diff)
downloadopensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.zip
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.gz
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.bz2
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.xz
mantis 8055: fix default value of npc options
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 906c7bc..3553002 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2126,16 +2126,16 @@
2126 ;; several options to control NPCs creation 2126 ;; several options to control NPCs creation
2127 2127
2128 ;; allow NPCs to be created not Owned {true false} default: true 2128 ;; allow NPCs to be created not Owned {true false} default: true
2129 ; AllowNotOwned = false 2129 ; AllowNotOwned = true
2130 2130
2131 ;; allow NPCs to set to be sensed as Avatars {true false} default: true 2131 ;; allow NPCs to set to be sensed as Avatars {true false} default: true
2132 ; AllowSenseAsAvatar = false 2132 ; AllowSenseAsAvatar = true
2133 2133
2134 ;; allow NPCs to created cloning any avatar in region {true false} default: true 2134 ;; allow NPCs to created cloning any avatar in region {true false} default: true
2135 ; AllowCloneOtherAvatars = false 2135 ; AllowCloneOtherAvatars = true
2136 2136
2137 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true 2137 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
2138 ; NoNPCGroup = false 2138 ; NoNPCGroup = true
2139 2139
2140[Terrain] 2140[Terrain]
2141 ; Values can be "pinhead-island" or "flat" 2141 ; Values can be "pinhead-island" or "flat"