mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Duh, actually returning from the CreateAsset method once we know the asset exists would be better than carrying on
This commit is contained in:
@@ -118,6 +118,7 @@ namespace OpenSim.Data.MySQL
|
||||
if (ExistsAsset(asset.FullID))
|
||||
{
|
||||
//m_log.Info("[ASSET DB]: Asset exists already, ignoring.");
|
||||
return;
|
||||
}
|
||||
|
||||
MySqlCommand cmd =
|
||||
|
||||
Reference in New Issue
Block a user