mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Fixed bug where UserServer SendKey would not be saved in configuration.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user