diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 10f8276..9bb326c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -421,7 +421,7 @@ namespace OpenSim.Framework | |||
421 | 421 | ||
422 | public delegate void DelinkObjects(List<uint> primIds); | 422 | public delegate void DelinkObjects(List<uint> primIds); |
423 | 423 | ||
424 | public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY); | 424 | public delegate void RequestMapBlocks(IClientAPI remoteClient, int minX, int minY, int maxX, int maxY, uint flag); |
425 | 425 | ||
426 | public delegate void RequestMapName(IClientAPI remoteClient, string mapName); | 426 | public delegate void RequestMapName(IClientAPI remoteClient, string mapName); |
427 | 427 | ||