aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule
diff options
context:
space:
mode:
authorTeravus Ovares2009-03-28 01:40:33 +0000
committerTeravus Ovares2009-03-28 01:40:33 +0000
commitf5812b3702f38d4535f042303eef4bd37f8a448c (patch)
tree01a5a1565d97ce02e5910b153cbfe71f86fd3926 /OpenSim/Region/Examples/SimpleModule
parentSmall bugs fixed related to ownership and permissions. (diff)
downloadopensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.zip
opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.gz
opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.bz2
opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.xz
* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 599236e..c5b6a1e 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -499,7 +499,7 @@ namespace OpenSim.Region.Examples.SimpleModule
499 { 499 {
500 } 500 }
501 501
502 public virtual void SendCoarseLocationUpdate(List<Vector3> CoarseLocations) 502 public virtual void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)
503 { 503 {
504 } 504 }
505 505