remove an erroneous line to fetch the terrain table in a way that
isn't actually used.0.6.0-stable
parent
65237d0136
commit
a28a6e9aaa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue