* minor: Remove mono compiler warning
parent
9366a234cf
commit
e3a1ccf0b2
|
@ -228,7 +228,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
|
||||||
{
|
{
|
||||||
if (!requestData.ContainsKey("password"))
|
if (!requestData.ContainsKey("password"))
|
||||||
throw new Exception("Invalid request");
|
throw new Exception("Invalid request");
|
||||||
if (requestData["password"] != password)
|
if ((string)requestData["password"] != password)
|
||||||
throw new Exception("Invalid request");
|
throw new Exception("Invalid request");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue