* Duh, actually returning from the CreateAsset method once we know the asset exists would be better than carrying on

This commit is contained in:
Justin Clarke Casey
2008-05-31 21:54:13 +00:00
parent 7752211376
commit 0c21f90ba7

View File

@@ -118,6 +118,7 @@ namespace OpenSim.Data.MySQL
if (ExistsAsset(asset.FullID))
{
//m_log.Info("[ASSET DB]: Asset exists already, ignoring.");
return;
}
MySqlCommand cmd =