add full delete if uuid iz zero and state is ALL
parent
46abe0c86d
commit
002a2deaf9
|
@ -57,6 +57,9 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
{
|
||||
if (animID == UUID.Zero)
|
||||
{
|
||||
if (state == "ALL")
|
||||
m_overrides.Clear();
|
||||
else
|
||||
m_overrides.Remove(state);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue