aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PresenceType.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to save changed attachment states when an NPC with attachments is ↵Justin Clark-Casey (justincc)2011-08-181-0/+39
removed from the scene. This is done by introducing a PresenceType enum into ScenePresence which currently has two values, User and Npc. This seems better than a SaveAttachments flag in terms of code comprehension, though I'm still slightly uneasy about introducing these semantics to core objects