mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Enable NPCs by default. They are a major opensim feature
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user