diff options
author | Dalien Talbot | 2007-11-18 04:00:04 +0000 |
---|---|---|
committer | Dalien Talbot | 2007-11-18 04:00:04 +0000 |
commit | 793813a6a69854c26ec5c64c6625db98c756a1cd (patch) | |
tree | 77a41de30350ba91225c6b19fa4737e8e68e6848 /OpenSim/Region/ClientStack/ClientView.API.cs | |
parent | improved avatar logic -- walk up low steps now, sorta (diff) | |
download | opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.zip opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.gz opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.bz2 opensim-SC_OLD-793813a6a69854c26ec5c64c6625db98c756a1cd.tar.xz |
Added handler for MapNameRequest - OnMapNameRequest
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 6f15c44..65d57ad 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -84,6 +84,7 @@ namespace OpenSim.Region.ClientStack | |||
84 | public event GenericCall2 OnStopMovement; | 84 | public event GenericCall2 OnStopMovement; |
85 | public event Action<LLUUID> OnRemoveAvatar; | 85 | public event Action<LLUUID> OnRemoveAvatar; |
86 | public event RequestMapBlocks OnRequestMapBlocks; | 86 | public event RequestMapBlocks OnRequestMapBlocks; |
87 | public event RequestMapName OnMapNameRequest; | ||
87 | public event TeleportLocationRequest OnTeleportLocationRequest; | 88 | public event TeleportLocationRequest OnTeleportLocationRequest; |
88 | public event DisconnectUser OnDisconnectUser; | 89 | public event DisconnectUser OnDisconnectUser; |
89 | public event RequestAvatarProperties OnRequestAvatarProperties; | 90 | public event RequestAvatarProperties OnRequestAvatarProperties; |