diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index ed38046..62779e7 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -900,6 +900,11 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
900 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 900 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
901 | { | 901 | { |
902 | } | 902 | } |
903 | |||
904 | public void SendCameraConstraint(Vector4 ConstraintPlane) | ||
905 | { | ||
906 | |||
907 | } | ||
903 | 908 | ||
904 | public void SendLandParcelOverlay(byte[] data, int sequence_id) | 909 | public void SendLandParcelOverlay(byte[] data, int sequence_id) |
905 | { | 910 | { |