Enable NPCs by default. They are a major opensim feature

This commit is contained in:
UbitUmarov
2021-07-16 02:04:37 +01:00
parent 39a649e768
commit cdcf468e5c
3 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
{
IConfig config = source.Configs["NPC"];
Enabled = (config != null && config.GetBoolean("Enabled", false));
Enabled = (config != null && config.GetBoolean("Enabled", true));
m_NPCOptionFlags = NPCOptionsFlags.None;
if(Enabled)
{

View File

@@ -1205,8 +1205,8 @@
[NPC]
;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false
; Enabled = false
;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} true
; Enabled = true
;; max number of NPCs per scene default: 40
;; set to a negative value to allow any number

View File

@@ -2140,8 +2140,8 @@
[NPC]
;; Enable Non Player Character (NPC) facilities
Enabled = false
;; Enable Non Player Character (NPC) facilities default true
;;Enabled = true
;; max number of NPCs per scene default: 40
;; set to a negative value to allow any number