diff options
author | Melanie Thielker | 2008-10-05 02:25:53 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-05 02:25:53 +0000 |
commit | 13e3ffada36529bd64909d272b4e25145c26e4c8 (patch) | |
tree | 4313bbf0086f150b747b3492b198a29672b7b3e0 /OpenSim/Region/Examples | |
parent | Fix Mantis #2281: touch events in non-default states in DNE work again. (diff) | |
download | opensim-SC_OLD-13e3ffada36529bd64909d272b4e25145c26e4c8.zip opensim-SC_OLD-13e3ffada36529bd64909d272b4e25145c26e4c8.tar.gz opensim-SC_OLD-13e3ffada36529bd64909d272b4e25145c26e4c8.tar.bz2 opensim-SC_OLD-13e3ffada36529bd64909d272b4e25145c26e4c8.tar.xz |
Plumb in the DirPlacesReply packet
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 1566b2e..6fbab0a 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -888,6 +888,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
888 | { | 888 | { |
889 | } | 889 | } |
890 | 890 | ||
891 | public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data) | ||
892 | { | ||
893 | } | ||
894 | |||
891 | public void KillEndDone() | 895 | public void KillEndDone() |
892 | { | 896 | { |
893 | } | 897 | } |