mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Forgot a return statement.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
if ((versionNumberMin > ProtocolVersions.ServerProtocolVersionMax && versionNumberMax < ProtocolVersions.ServerProtocolVersionMax))
|
||||
{
|
||||
// Can't do, there is no overlap in the acceptable ranges
|
||||
FailureResult();
|
||||
return FailureResult();
|
||||
}
|
||||
|
||||
Dictionary<string, object> rinfoData = new Dictionary<string, object>();
|
||||
|
||||
Reference in New Issue
Block a user