mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
More on dynamic hyperlinks. Making the 4096 check (deregistration of region) work in grid mode.
This commit is contained in:
@@ -96,9 +96,9 @@ namespace OpenSim.Region.Communications.Hypergrid
|
||||
|
||||
public override bool DeregisterRegion(RegionInfo regionInfo)
|
||||
{
|
||||
bool success = m_remoteBackend.DeregisterRegion(regionInfo);
|
||||
bool success = base.DeregisterRegion(regionInfo);
|
||||
if (!success)
|
||||
success = base.DeregisterRegion(regionInfo);
|
||||
success = m_remoteBackend.DeregisterRegion(regionInfo);
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user