mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
remove an erroneous line to fetch the terrain table in a way that
isn't actually used.
This commit is contained in:
@@ -447,8 +447,6 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
lock (m_dataSet)
|
||||
{
|
||||
DataTable terrain = m_dataSet.Tables["terrain"];
|
||||
|
||||
MySqlCommand cmd = new MySqlCommand("insert into terrain(RegionUUID, Revision, Heightfield)" +
|
||||
" values(?RegionUUID, ?Revision, ?Heightfield)", m_connection);
|
||||
using (cmd)
|
||||
|
||||
Reference in New Issue
Block a user