mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Cleaning code still.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim.Data.MSSQL
|
||||
|
||||
override public AssetBase FetchAsset(LLUUID assetID)
|
||||
{
|
||||
AssetBase asset = null;
|
||||
AssetBase asset;
|
||||
|
||||
Dictionary<string, string> param = new Dictionary<string, string>();
|
||||
param["id"] = assetID.ToString();
|
||||
|
||||
Reference in New Issue
Block a user