fix a bad typo

This commit is contained in:
UbitUmarov
2019-09-11 15:24:28 +01:00
parent 025fc98262
commit 0bef393b6b

View File

@@ -848,7 +848,7 @@ namespace OpenSim.Framework
if (data.TryGetValue("wrbls8", out tmpOSD8) && (tmpOSD8 is OSDArray))
{
wears8 = (OSDArray)tmpOSD;
wears8 = (OSDArray)tmpOSD8;
wears8Count = wears8.Count;
}