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)
{