diff options
author | Dahlia Trimble | 2009-03-15 16:17:01 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-03-15 16:17:01 +0000 |
commit | 0d37907c581f0417b7dece11417bd2e61de5a61e (patch) | |
tree | 27b152b39bf7d06b23e05f369b6f9ff22d40a865 /OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |
parent | fixed propagation of normalized sculpt mesh vertex normals (diff) | |
download | opensim-SC_OLD-0d37907c581f0417b7dece11417bd2e61de5a61e.zip opensim-SC_OLD-0d37907c581f0417b7dece11417bd2e61de5a61e.tar.gz opensim-SC_OLD-0d37907c581f0417b7dece11417bd2e61de5a61e.tar.bz2 opensim-SC_OLD-0d37907c581f0417b7dece11417bd2e61de5a61e.tar.xz |
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
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 5ca85f1..9052443 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -45,7 +45,7 @@ using MXP.Common.Proto; | |||
45 | 45 | ||
46 | namespace OpenSim.Client.MXP.ClientStack | 46 | namespace OpenSim.Client.MXP.ClientStack |
47 | { | 47 | { |
48 | class MXPClientView : IClientAPI, IClientCore | 48 | public class MXPClientView : IClientAPI, IClientCore |
49 | { | 49 | { |
50 | internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 50 | internal static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
51 | 51 | ||