diff options
author | Charles Krinke | 2008-09-28 22:01:37 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-28 22:01:37 +0000 |
commit | 04be8726d30fe4399a89c3a739d1967412c0b548 (patch) | |
tree | a5d8b37967efa023c1859bb0e344c26be54392b9 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |
parent | Added the plumbing for llSetVehicleRotationParam (diff) | |
download | opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.zip opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.gz opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.bz2 opensim-SC_OLD-04be8726d30fe4399a89c3a739d1967412c0b548.tar.xz |
Mantis#296. Thank you kindly, Idb for a patch that resolves:
Estate/ Manager Owner Uses the Region/Estate Menu Region TAB,
and uses "Teleport Home All Users..." (Action Button), the
action will complete but no one will be teleported and all
users still function in the region ok.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 92a96f9..1967318 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -201,6 +201,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
201 | public event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest; | 201 | public event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest; |
202 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest; | 202 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest; |
203 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; | 203 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; |
204 | public event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest; | ||
204 | public event ScriptReset OnScriptReset; | 205 | public event ScriptReset OnScriptReset; |
205 | public event GetScriptRunning OnGetScriptRunning; | 206 | public event GetScriptRunning OnGetScriptRunning; |
206 | public event SetScriptRunning OnSetScriptRunning; | 207 | public event SetScriptRunning OnSetScriptRunning; |