diff options
author | Justin Clark-Casey (justincc) | 2011-08-12 01:24:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-12 01:24:15 +0100 |
commit | 2169cf04f92a6465fe9cd58a2bac0d1380a561bd (patch) | |
tree | f6a76e18e449063ee8d49e0e33cf2f010beda4a4 /OpenSim/Region/OptionalModules/World/NPC | |
parent | Fix kicking of NPCs via "kick user" console command. (diff) | |
download | opensim-SC_OLD-2169cf04f92a6465fe9cd58a2bac0d1380a561bd.zip opensim-SC_OLD-2169cf04f92a6465fe9cd58a2bac0d1380a561bd.tar.gz opensim-SC_OLD-2169cf04f92a6465fe9cd58a2bac0d1380a561bd.tar.bz2 opensim-SC_OLD-2169cf04f92a6465fe9cd58a2bac0d1380a561bd.tar.xz |
When saving appearance, only save the baked textures, not the other face textures (which are already stored permanently)
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 4441579..31e79fa 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -843,7 +843,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
843 | public void Close() | 843 | public void Close() |
844 | { | 844 | { |
845 | // Remove ourselves from the scene | 845 | // Remove ourselves from the scene |
846 | m_scene.RemoveClient(AgentId, false); | 846 | m_scene.RemoveClient(AgentId, false); |
847 | } | 847 | } |
848 | 848 | ||
849 | public void Start() | 849 | public void Start() |