mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
mantis 8943: fix alpha wearable save
This commit is contained in:
@@ -833,7 +833,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (parts[1].Length == 0)
|
||||
return;
|
||||
parts[1].SelfTrim(wearableSeps);
|
||||
if (!osUTF8Slice.TryParseInt(parts[1], out int count) || count == 0)
|
||||
if (!osUTF8Slice.TryParseInt(parts[1], out int count))
|
||||
return;
|
||||
for (int i = 0; i < count; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user