mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix a bad typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user