Fixed bug introduced in one of the last commits.

prioritization
Diva Canto 2009-10-05 12:13:38 -07:00
parent 05b80185b9
commit 9bd1353875
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace OpenSim.Server.Handlers.Grid
bool result = false;
if (rinfo != null)
m_GridService.RegisterRegion(scopeID, rinfo);
result = m_GridService.RegisterRegion(scopeID, rinfo);
if (result)
return SuccessResult();