Core/Maps: Fixed objects being left in grids.
This commit is contained in:
@@ -285,7 +285,6 @@ namespace Framework.Database
|
||||
{
|
||||
using (MySqlCommand cmd = Connection.CreateCommand())
|
||||
{
|
||||
|
||||
Connection.Open();
|
||||
cmd.CommandText = sql;
|
||||
return cmd.ExecuteNonQuery() > 0;
|
||||
|
||||
Reference in New Issue
Block a user