mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Fix build break - forgot that I had renamed an argument
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
/// <returns></returns>
|
||||
public static string GetCapsSeedPath(string capsObjectPath)
|
||||
{
|
||||
return "/CAPS/" + capsKey + "0000/";
|
||||
return "/CAPS/" + capsObjectPath + "0000/";
|
||||
}
|
||||
|
||||
public static string GetRandomCapsPath()
|
||||
|
||||
Reference in New Issue
Block a user