mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
added some debugging for tracing where asset code isn't working with sqlite
This commit is contained in:
@@ -35,15 +35,14 @@ namespace OpenSim.Framework.Types
|
||||
public LLUUID FullID;
|
||||
public sbyte Type;
|
||||
public sbyte InvType;
|
||||
public string Name;
|
||||
public string Description;
|
||||
public bool Local;
|
||||
public bool Temporary;
|
||||
public string Name = "";
|
||||
public string Description = "";
|
||||
public bool Local = false;
|
||||
public bool Temporary = false;
|
||||
|
||||
public AssetBase()
|
||||
{
|
||||
Name = " ";
|
||||
Description = " ";
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user