mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Repair check for if in region position (I mean || is kinda like &&).
This commit is contained in:
@@ -126,7 +126,7 @@ namespace OpenSim.Region.CoreModules.Hypergrid
|
||||
foreach (MapBlockData b in mapBlocks)
|
||||
{
|
||||
b.Name = string.Empty;
|
||||
// Set 'simulator is offline'. We need this because the viewer ignores SimAccess.Unknown (255)
|
||||
// Set 'simulator is offline'. We need this because the viewer ignores SimAccess.Unknown (255)
|
||||
b.Access = (byte)SimAccess.Down;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user