mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
it its a default ( internal ) animation return its name in lower case
This commit is contained in:
@@ -13627,7 +13627,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
foreach (KeyValuePair<string, UUID> kvp in DefaultAvatarAnimations.AnimsUUID)
|
||||
{
|
||||
if (kvp.Value == animID)
|
||||
return MovementAnimationsForLSL[kvp.Key];
|
||||
return kvp.Key.ToLower();
|
||||
}
|
||||
|
||||
foreach (TaskInventoryItem item in m_host.Inventory.GetInventoryItems())
|
||||
|
||||
Reference in New Issue
Block a user