diff options
author | Justin Clark-Casey (justincc) | 2013-08-23 01:04:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-04 00:43:53 +0100 |
commit | 902c1f0009fd23cb853874a6fc3c83cbcb47db64 (patch) | |
tree | c5f4244ea21bd097603e12757ebf9467e279bfe6 | |
parent | Make it possible for the "deregister region id" command to accept more than o... (diff) | |
download | opensim-SC_OLD-902c1f0009fd23cb853874a6fc3c83cbcb47db64.zip opensim-SC_OLD-902c1f0009fd23cb853874a6fc3c83cbcb47db64.tar.gz opensim-SC_OLD-902c1f0009fd23cb853874a6fc3c83cbcb47db64.tar.bz2 opensim-SC_OLD-902c1f0009fd23cb853874a6fc3c83cbcb47db64.tar.xz |
remove redundant return at end of HandleDeregisterRegion()
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs index 59b150b..a1485c8 100644 --- a/OpenSim/Services/GridService/GridService.cs +++ b/OpenSim/Services/GridService/GridService.cs | |||
@@ -561,8 +561,6 @@ namespace OpenSim.Services.GridService | |||
561 | MainConsole.Instance.OutputFormat("Error deregistering {0} {1}", region.RegionName, regionUuid); | 561 | MainConsole.Instance.OutputFormat("Error deregistering {0} {1}", region.RegionName, regionUuid); |
562 | } | 562 | } |
563 | } | 563 | } |
564 | |||
565 | return; | ||
566 | } | 564 | } |
567 | 565 | ||
568 | private void HandleShowRegions(string module, string[] cmd) | 566 | private void HandleShowRegions(string module, string[] cmd) |