diff options
author | Teravus Ovares | 2008-06-06 12:51:20 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-06 12:51:20 +0000 |
commit | c892ddcd2031466499ade7b101ba007d920af2fb (patch) | |
tree | fbf29835d4ec29011be02704e85d641bd333cd57 /OpenSim/Region/Environment/Modules | |
parent | * Fixes incorrect message server startup prompt (diff) | |
download | opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.zip opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.gz opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.bz2 opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.xz |
* This wraps the autopilot request to the client's sit response. An interesting, but successful way to do it.
* This also takes care of a few error situations that were previously never seen.
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index caa3b5c..b8ca482 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -289,6 +289,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
289 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest; | 289 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest; |
290 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; | 290 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; |
291 | public event ScriptReset OnScriptReset; | 291 | public event ScriptReset OnScriptReset; |
292 | public event UpdateVector OnAutoPilotGo; | ||
292 | 293 | ||
293 | #pragma warning restore 67 | 294 | #pragma warning restore 67 |
294 | #endregion | 295 | #endregion |