mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
- Fixed a small off by one error in sending MapBlocks
- Removed MapBlockData.Flags; it isn't used anywhere (maybe MapBlockData.RegionFlags replaced it?)
This commit is contained in:
@@ -34,7 +34,6 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public byte Access;
|
||||
public byte Agents;
|
||||
public uint Flags;
|
||||
public UUID MapImageId;
|
||||
public String Name;
|
||||
public uint RegionFlags;
|
||||
|
||||
Reference in New Issue
Block a user