remove redundant return at end of HandleDeregisterRegion()

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-23 01:04:03 +01:00
parent b21f261008
commit 902c1f0009
1 changed files with 0 additions and 2 deletions

View File

@ -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)