mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Non-functional changes of numbers into symbolic references and a few
comments on what variables really mean.
This commit is contained in:
@@ -214,7 +214,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
// final block, closing the search result
|
||||
MapBlockData data = new MapBlockData();
|
||||
data.Agents = 0;
|
||||
data.Access = 255;
|
||||
data.Access = (byte)SimAccess.NonExistent;
|
||||
data.MapImageId = UUID.Zero;
|
||||
data.Name = "";
|
||||
data.RegionFlags = 0;
|
||||
|
||||
Reference in New Issue
Block a user