diff options
author | Homer Horwitz | 2008-10-02 22:14:34 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-10-02 22:14:34 +0000 |
commit | 423d950a695d38b13991bcd4b8c34d9c06e25a6b (patch) | |
tree | 491670373ef950dea0b27becb011cc2714f8e189 /OpenSim/Framework | |
parent | - Fix invalid cast in OSHttpRequest (diff) | |
download | opensim-SC_OLD-423d950a695d38b13991bcd4b8c34d9c06e25a6b.zip opensim-SC_OLD-423d950a695d38b13991bcd4b8c34d9c06e25a6b.tar.gz opensim-SC_OLD-423d950a695d38b13991bcd4b8c34d9c06e25a6b.tar.bz2 opensim-SC_OLD-423d950a695d38b13991bcd4b8c34d9c06e25a6b.tar.xz |
- Fixed a small off by one error in sending MapBlocks
- Removed MapBlockData.Flags; it isn't used anywhere (maybe MapBlockData.RegionFlags replaced it?)
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/MapBlockData.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/MapBlockData.cs b/OpenSim/Framework/MapBlockData.cs index 7b5bfaa..2cb9985 100644 --- a/OpenSim/Framework/MapBlockData.cs +++ b/OpenSim/Framework/MapBlockData.cs | |||
@@ -34,7 +34,6 @@ namespace OpenSim.Framework | |||
34 | { | 34 | { |
35 | public byte Access; | 35 | public byte Access; |
36 | public byte Agents; | 36 | public byte Agents; |
37 | public uint Flags; | ||
38 | public UUID MapImageId; | 37 | public UUID MapImageId; |
39 | public String Name; | 38 | public String Name; |
40 | public uint RegionFlags; | 39 | public uint RegionFlags; |