mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
change osNpcSaveAppearance to save huds by default like before, so its coerent with past and the other save app methods
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user