mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Changed the Access flag on HGMap to 255 (does not exist) and clarified the other value 254 too. Meanings taken from libomv.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Region.CoreModules.Hypergrid
|
||||
mblock.X = (ushort)x;
|
||||
mblock.Y = (ushort)y;
|
||||
mblock.Name = "";
|
||||
mblock.Access = 254; // not here???
|
||||
mblock.Access = 255; // means 'simulator does not exist'
|
||||
mblock.MapImageId = UUID.Zero;
|
||||
mapBlocks.Add(mblock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user