mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -590,7 +590,7 @@ namespace OpenSim.Grid.MessagingServer
|
||||
// Process Response
|
||||
Hashtable UserRespData = (Hashtable)UserResp.Value;
|
||||
// if we got a response, we were successful
|
||||
if(!UserRespData.ContainsKey("responsestring"))
|
||||
if (!UserRespData.ContainsKey("responsestring"))
|
||||
success = false;
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user