mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fixed typo in AvatarFactoryModule.cs
This commit is contained in:
@@ -228,7 +228,7 @@ namespace OpenSim.Region.Modules.AvatarFactory
|
||||
{
|
||||
m_connectionString = source.Configs["Startup"].GetString("appearance_connection_string", "");
|
||||
|
||||
string mapperTypeStr = source.Configs["Startup"].GetString("appearance_database", "MYSQL");
|
||||
string mapperTypeStr = source.Configs["Startup"].GetString("appearance_database", "MySQL");
|
||||
|
||||
DataMapperFactory.MAPPER_TYPE mapperType =
|
||||
(DataMapperFactory.MAPPER_TYPE)
|
||||
|
||||
Reference in New Issue
Block a user