diff options
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 72695b8..323a1e9 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1116,18 +1116,17 @@ | |||
1116 | ; Enabled = false | 1116 | ; Enabled = false |
1117 | 1117 | ||
1118 | ;; several options to control NPCs creation | 1118 | ;; several options to control NPCs creation |
1119 | ;; should only be set true on special uses. | ||
1120 | 1119 | ||
1121 | ;; allow NPCs to be created not Owned {true false} false | 1120 | ;; allow NPCs to be created not Owned {true false} default: true |
1122 | ; AllowNotOwned = false | 1121 | ; AllowNotOwned = false |
1123 | 1122 | ||
1124 | ;; allow NPCs to set to be sensed as Avatars {true false} false | 1123 | ;; allow NPCs to set to be sensed as Avatars {true false} default: true |
1125 | ; AllowSenseAsAvatar = false | 1124 | ; AllowSenseAsAvatar = false |
1126 | 1125 | ||
1127 | ;; allow NPCs to created cloning any avatar in region {true false} false | 1126 | ;; allow NPCs to created cloning any avatar in region {true false} default: true |
1128 | ; AllowCloneOtherAvatars = false | 1127 | ; AllowCloneOtherAvatars = false |
1129 | 1128 | ||
1130 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false | 1129 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true |
1131 | ; NoNPCGroup = false | 1130 | ; NoNPCGroup = false |
1132 | 1131 | ||
1133 | 1132 | ||