From 40dc2541ffa549691d93f57787d5e7ea85db92c7 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 8 Oct 2015 02:45:24 +0100 Subject: [PATCH] change opensim.ini.example to reflect the changes to npc creation options --- bin/OpenSim.ini.example | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 72695b8e3c..323a1e9ee7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1116,18 +1116,17 @@ ; Enabled = false ;; several options to control NPCs creation - ;; should only be set true on special uses. - ;; allow NPCs to be created not Owned {true false} false + ;; allow NPCs to be created not Owned {true false} default: true ; AllowNotOwned = false - ;; allow NPCs to set to be sensed as Avatars {true false} false + ;; allow NPCs to set to be sensed as Avatars {true false} default: true ; AllowSenseAsAvatar = false - ;; allow NPCs to created cloning any avatar in region {true false} false + ;; allow NPCs to created cloning any avatar in region {true false} default: true ; AllowCloneOtherAvatars = false - ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false + ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true ; NoNPCGroup = false