mantis 9159: same on rotation s

This commit is contained in:
UbitUmarov
2024-09-03 21:42:14 +01:00
parent 565cb7bdcf
commit 36f735f4de

View File

@@ -575,7 +575,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
while (++comma < str.Length)
{
c = Unsafe.Add(ref MemoryMarshal.GetReference(str), comma);
if (c == ' ' || c == '>')
if (c == '>')
break;
}