aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example16
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f6466b5..5103e71 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1132,21 +1132,21 @@
1132 1132
1133 ;; several options to control NPCs creation 1133 ;; several options to control NPCs creation
1134 1134
1135 ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} false 1135 ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} true
1136 ;; allow NPCs to be created not Owned {true false} default: true 1136 ;; allow NPCs to be created not Owned {true false} default: true
1137 ; AllowNotOwned = false 1137 ; AllowNotOwned = true
1138 1138
1139 ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} false 1139 ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} true
1140 ;; allow NPCs to set to be sensed as Avatars {true false} default: true 1140 ;; allow NPCs to set to be sensed as Avatars {true false} default: true
1141 ; AllowSenseAsAvatar = false 1141 ; AllowSenseAsAvatar = true
1142 1142
1143 ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} false 1143 ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} true
1144 ;; allow NPCs to created cloning any avatar in region {true false} default: true 1144 ;; allow NPCs to created cloning any avatar in region {true false} default: true
1145 ; AllowCloneOtherAvatars = false 1145 ; AllowCloneOtherAvatars = true
1146 1146
1147 ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} false 1147 ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} true
1148 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true 1148 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
1149 ; NoNPCGroup = false 1149 ; NoNPCGroup = true
1150 1150
1151 1151
1152[Terrain] 1152[Terrain]