Change the handling of CreateSelected. Only send it on real creation, not

for each prim coming into view.
soprefactor
Melanie Thielker 2010-06-01 02:45:14 +02:00 committed by Melanie
parent e515467c5e
commit be69259981
1 changed files with 2 additions and 1 deletions

View File

@ -387,6 +387,7 @@ namespace OpenSim.Region.Framework.Scenes
// the prim into an agent inventory (Linden client reports that the "Object not found for drop" in its log
_flags = 0;
CreateSelected = true;
TrimPermissions();
//m_undo = new UndoStack<UndoState>(ParentGroup.GetSceneMaxUndo());
@ -416,7 +417,7 @@ namespace OpenSim.Region.Framework.Scenes
private PrimFlags _flags = 0;
private DateTime m_expires;
private DateTime m_rezzed;
private bool m_createSelected = true;
private bool m_createSelected = false;
public UUID CreatorID
{