mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. Works with LibSL rev>1532
This commit is contained in:
@@ -152,7 +152,7 @@ namespace OpenSim.Framework
|
||||
public static string GetRandomCapsPath()
|
||||
{
|
||||
LLUUID caps = LLUUID.Random();
|
||||
string capsPath = caps.ToStringHyphenated();
|
||||
string capsPath = caps.ToString();
|
||||
capsPath = capsPath.Remove(capsPath.Length - 4, 4);
|
||||
return capsPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user