mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove redundant return at end of HandleDeregisterRegion()
This commit is contained in:
@@ -561,8 +561,6 @@ namespace OpenSim.Services.GridService
|
||||
MainConsole.Instance.OutputFormat("Error deregistering {0} {1}", region.RegionName, regionUuid);
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
private void HandleShowRegions(string module, string[] cmd)
|
||||
|
||||
Reference in New Issue
Block a user