* Okay you can put down your pitchforks - this patch should fix rezzing of items (with inventory) on Windows

* Now properly dealing with prims which don't contain items - thanks to thomas for the patch which gave insight into this situation
* Also, an xml exception no longer crahes the client session    
* Leaving in debugging lines in case there are further problems
* Not yet tested on Linux, though I'm just about to.
This commit is contained in:
Justin Clarke Casey
2008-04-07 16:30:29 +00:00
parent 2b23734a16
commit 2caea75aa8
3 changed files with 53 additions and 54 deletions

View File

@@ -77,7 +77,6 @@ namespace OpenSim.Region.Environment.Scenes
/// </summary>
protected TaskInventoryDictionary m_taskInventory = new TaskInventoryDictionary();
[XmlIgnore]
public TaskInventoryDictionary TaskInventory
{
get { return m_taskInventory; }