diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLAssetData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs index abe3ff3..7ebc806 100644 --- a/OpenSim/Data/MySQL/MySQLAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLAssetData.cs | |||
@@ -118,6 +118,7 @@ namespace OpenSim.Data.MySQL | |||
118 | if (ExistsAsset(asset.FullID)) | 118 | if (ExistsAsset(asset.FullID)) |
119 | { | 119 | { |
120 | //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); | 120 | //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); |
121 | return; | ||
121 | } | 122 | } |
122 | 123 | ||
123 | MySqlCommand cmd = | 124 | MySqlCommand cmd = |