aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
authorMW2008-06-25 20:14:47 +0000
committerMW2008-06-25 20:14:47 +0000
commitcf1cf738399e659b24d3a4ece2dd091ac8d041fb (patch)
treef92a97cc7babb1aa47651e9e15ceb7ef5e645aba /OpenSim/Region/Examples
parentfirst part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM... (diff)
downloadopensim-SC_OLD-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.zip
opensim-SC_OLD-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.gz
opensim-SC_OLD-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.bz2
opensim-SC_OLD-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.xz
added the flag param to IClientAPI.SendMapBlock
Diffstat (limited to 'OpenSim/Region/Examples')
-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 c6fd64c..a097f23 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -366,7 +366,7 @@ namespace OpenSim.Region.Examples.SimpleModule
366 { 366 {
367 } 367 }
368 368
369 public virtual void SendMapBlock(List<MapBlockData> mapBlocks) 369 public virtual void SendMapBlock(List<MapBlockData> mapBlocks, uint flag)
370 { 370 {
371 } 371 }
372 372