aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/NPC
diff options
context:
space:
mode:
authorMelanie2011-10-11 22:41:51 +0100
committerMelanie2011-10-11 22:41:51 +0100
commit2e47d248321a8433d4490b0d63f2355f3b38b6d5 (patch)
treec6f8bbe232406e941fa7c0528ac2b8a7c3631003 /OpenSim/Region/OptionalModules/World/NPC
parentMerge commit 'f9438e7147bbb347a45b14126fa7181307f8ef43' into bigmerge (diff)
parentMove code which handles NPC movement into Scene so that this can also be used... (diff)
downloadopensim-SC_OLD-2e47d248321a8433d4490b0d63f2355f3b38b6d5.zip
opensim-SC_OLD-2e47d248321a8433d4490b0d63f2355f3b38b6d5.tar.gz
opensim-SC_OLD-2e47d248321a8433d4490b0d63f2355f3b38b6d5.tar.bz2
opensim-SC_OLD-2e47d248321a8433d4490b0d63f2355f3b38b6d5.tar.xz
Merge commit '241e07d006fad1b54e088d8a9ddede0b98a1e800' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC')
-rw-r--r--OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
index 2fdeeab..6282245 100644
--- a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
+++ b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
@@ -53,7 +53,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
53 if (config != null && config.GetBoolean("Enabled", false)) 53 if (config != null && config.GetBoolean("Enabled", false))
54 { 54 {
55 scene.RegisterModuleInterface<INPCModule>(this); 55 scene.RegisterModuleInterface<INPCModule>(this);
56 scene.EventManager.OnSignificantClientMovement += HandleOnSignificantClientMovement; 56// scene.EventManager.OnSignificantClientMovement += HandleOnSignificantClientMovement;
57 } 57 }
58 } 58 }
59 59