change osNpcSaveAppearance to save huds by default like before, so its coerent with past and the other save app methods

master
UbitUmarov 2020-06-01 21:31:18 +01:00
parent 9bd5310fe8
commit 9b09bd255c
1 changed files with 1 additions and 1 deletions

View File

@ -3026,7 +3026,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public LSL_Key osNpcSaveAppearance(LSL_Key npc, LSL_String notecard)
{
return NpcSaveAppearance(npc, notecard, true);
return NpcSaveAppearance(npc, notecard, false);
}
public LSL_Key osNpcSaveAppearance(LSL_Key npc, LSL_String notecard, LSL_Integer includeHuds)