mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
small fix
This commit is contained in:
@@ -424,7 +424,7 @@ namespace OpenSim.Grid.UserServer
|
||||
string invUrl = m_config.InventoryUrl;
|
||||
if (serverUrl != String.Empty)
|
||||
{
|
||||
invUrl = serverUrl;
|
||||
invUrl = serverUrl+"/";
|
||||
}
|
||||
|
||||
m_log.DebugFormat(
|
||||
|
||||
Reference in New Issue
Block a user