* Fixed bug where UserServer SendKey would not be saved in configuration.

This commit is contained in:
Adam Frisby
2007-07-15 14:21:17 +00:00
parent e207cc615f
commit 593851eaa5
2 changed files with 4 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ namespace OpenSim.Framework.Types
if (attri == "")
{
this.UserRecvKey = MainLog.Instance.CmdPrompt("Key to expect from user server", "null");
configData.SetAttribute("GridRecvKey", this.UserRecvKey);
configData.SetAttribute("UserRecvKey", this.UserRecvKey);
}
else
{