diff options
author | Teravus Ovares | 2008-04-16 14:10:54 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-16 14:10:54 +0000 |
commit | 7c1f17b994ca987df2167101054f523cc33d7fb9 (patch) | |
tree | 19c74ddb0973e84fb6c2b31493efa4847a7b4f44 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |
parent | After reading Timer.cs in the mono source, I'm not (diff) | |
download | opensim-SC_OLD-7c1f17b994ca987df2167101054f523cc33d7fb9.zip opensim-SC_OLD-7c1f17b994ca987df2167101054f523cc33d7fb9.tar.gz opensim-SC_OLD-7c1f17b994ca987df2167101054f523cc33d7fb9.tar.bz2 opensim-SC_OLD-7c1f17b994ca987df2167101054f523cc33d7fb9.tar.xz |
* Applying melanie's Landmark patch. Thanks Melanie!
* To make a landmark, you currently have to enable admin options in the advanced menu first. We're working on this.. however use the admin options solution in the mean time.
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 d5dc937..426ab7e 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -68,6 +68,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
68 | public event RequestMapBlocks OnRequestMapBlocks; | 68 | public event RequestMapBlocks OnRequestMapBlocks; |
69 | public event RequestMapName OnMapNameRequest; | 69 | public event RequestMapName OnMapNameRequest; |
70 | public event TeleportLocationRequest OnTeleportLocationRequest; | 70 | public event TeleportLocationRequest OnTeleportLocationRequest; |
71 | public event TeleportLandmarkRequest OnTeleportLandmarkRequest; | ||
71 | public event DisconnectUser OnDisconnectUser; | 72 | public event DisconnectUser OnDisconnectUser; |
72 | public event RequestAvatarProperties OnRequestAvatarProperties; | 73 | public event RequestAvatarProperties OnRequestAvatarProperties; |
73 | public event SetAlwaysRun OnSetAlwaysRun; | 74 | public event SetAlwaysRun OnSetAlwaysRun; |