mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Fix the build break
This commit is contained in:
@@ -265,7 +265,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||
return userdata.ServerURLs[serverType].ToString();
|
||||
}
|
||||
|
||||
if (userData.HomeURL != null && userdata.HomeURL != string.Empty)
|
||||
if (userdata.HomeURL != null && userdata.HomeURL != string.Empty)
|
||||
{
|
||||
m_log.DebugFormat(
|
||||
"[USER MANAGEMENT MODULE]: Did not find url type {0} so requesting urls from '{1}' for {2}",
|
||||
|
||||
Reference in New Issue
Block a user