mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
oops a bad end slash
This commit is contained in:
@@ -319,7 +319,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
/// <param name='eqgUuid'></param>
|
||||
private string GenerateEqgCapPath(UUID eqgUuid)
|
||||
{
|
||||
return string.Format("/CE/{0}/", eqgUuid);
|
||||
return string.Format("/CE/{0}", eqgUuid);
|
||||
}
|
||||
|
||||
public void OnRegisterCaps(UUID agentID, Caps caps)
|
||||
|
||||
Reference in New Issue
Block a user