change osNpcSaveAppearance to save huds by default like before, so its coerent with past and the other save app methods
parent
9bd5310fe8
commit
9b09bd255c
|
@ -3026,7 +3026,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
public LSL_Key osNpcSaveAppearance(LSL_Key npc, LSL_String notecard)
|
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)
|
public LSL_Key osNpcSaveAppearance(LSL_Key npc, LSL_String notecard, LSL_Integer includeHuds)
|
||||||
|
|
Loading…
Reference in New Issue