mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* minor: Remove mono compiler warning
This commit is contained in:
@@ -228,7 +228,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
|
||||
{
|
||||
if (!requestData.ContainsKey("password"))
|
||||
throw new Exception("Invalid request");
|
||||
if (requestData["password"] != password)
|
||||
if ((string)requestData["password"] != password)
|
||||
throw new Exception("Invalid request");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user