mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Refix the fix
This commit is contained in:
@@ -163,7 +163,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public override bool Store(XInventoryItem item)
|
||||
{
|
||||
if (base.Store(item))
|
||||
if (!base.Store(item))
|
||||
return false;
|
||||
|
||||
using (MySqlConnection dbcon = new MySqlConnection(m_connectionString))
|
||||
|
||||
Reference in New Issue
Block a user