oops fix bad paste on SLUtil.cs

This commit is contained in:
UbitUmarov
2024-04-16 23:20:59 +01:00
parent a5d6f2df02
commit c8adcb66d0

View File

@@ -326,7 +326,7 @@ namespace OpenSim.Framework
};
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private static int SliceIndexOf(ReadOnlySpan<char> s, int start, ReadOnlySpan<char> n)
static int getField(string note, int start, string name, bool isString, out string value)
{
value = String.Empty;
int end = -1;