Fixed bug introduced in one of the last commits.
parent
05b80185b9
commit
9bd1353875
|
@ -151,7 +151,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||||
|
|
||||||
bool result = false;
|
bool result = false;
|
||||||
if (rinfo != null)
|
if (rinfo != null)
|
||||||
m_GridService.RegisterRegion(scopeID, rinfo);
|
result = m_GridService.RegisterRegion(scopeID, rinfo);
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
return SuccessResult();
|
return SuccessResult();
|
||||||
|
|
Loading…
Reference in New Issue