* Duh, actually returning from the CreateAsset method once we know the asset exists would be better than carrying on
parent
7752211376
commit
0c21f90ba7
|
@ -118,6 +118,7 @@ namespace OpenSim.Data.MySQL
|
|||
if (ExistsAsset(asset.FullID))
|
||||
{
|
||||
//m_log.Info("[ASSET DB]: Asset exists already, ignoring.");
|
||||
return;
|
||||
}
|
||||
|
||||
MySqlCommand cmd =
|
||||
|
|
Loading…
Reference in New Issue