Thanks Tommil for a patch which added support for creating user accounts automatically in local sandbox if

accounts authenticate is set off and connecting with MXP protocol. Mantis #3300
This commit is contained in:
Dahlia Trimble
2009-03-15 16:17:01 +00:00
parent fa5fef33a9
commit 0d37907c58
3 changed files with 36 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ using MXP.Common.Proto;
namespace OpenSim.Client.MXP.ClientStack
{
class MXPClientView : IClientAPI, IClientCore
public class MXPClientView : IClientAPI, IClientCore
{
internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);