Fix llEdgeOfWorld functionality - see mantis http://opensimulator.org/mantis/view.php?id=5865
Signed-off-by: nebadon <michael@osgrid.org>iar_mods
parent
e8b688b61f
commit
5e60afe5ed
|
@ -5506,7 +5506,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
foreach (GridRegion sri in neighbors)
|
foreach (GridRegion sri in neighbors)
|
||||||
{
|
{
|
||||||
if (sri.RegionLocX == neighborX && sri.RegionLocY == neighborY)
|
if (sri.RegionCoordX == neighborX && sri.RegionCoordY == neighborY)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue