mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fixed bug introduced in one of the last commits.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user