fix a bad typo

0.9.1.0-post-fixes
UbitUmarov 2019-09-11 15:24:28 +01:00
parent 025fc98262
commit 0bef393b6b
1 changed files with 1 additions and 1 deletions

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;
}