mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +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:
@@ -820,7 +820,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
MapBlockData block = new MapBlockData();
|
||||
block.X = (ushort)minX;
|
||||
block.Y = (ushort)minY;
|
||||
block.Access = 254; // == not there
|
||||
block.Access = 254; // means 'simulator is offline'
|
||||
response.Add(block);
|
||||
}
|
||||
remoteClient.SendMapBlock(response, 0);
|
||||
|
||||
Reference in New Issue
Block a user