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

0.6.0-stable
Justin Clarke Casey 2008-05-31 21:54:13 +00:00
parent 7752211376
commit 0c21f90ba7
1 changed files with 1 additions and 0 deletions

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 =