forked from Mirrorlandia_minetest/minetest
Remove confusing code block from SQLite3 database
This commit is contained in:
parent
d9de29fa50
commit
50127510e7
@ -86,14 +86,11 @@ void Database_SQLite3::verifyDatabase() {
|
||||
if(m_database)
|
||||
return;
|
||||
|
||||
{
|
||||
std::string dbp = m_savedir + DIR_DELIM + "map.sqlite";
|
||||
std::string dbp = m_savedir + DIR_DELIM "map.sqlite";
|
||||
bool needs_create = false;
|
||||
int d;
|
||||
|
||||
/*
|
||||
Open the database connection
|
||||
*/
|
||||
// Open the database connection
|
||||
|
||||
createDirs(m_savedir); // ?
|
||||
|
||||
@ -138,7 +135,6 @@ void Database_SQLite3::verifyDatabase() {
|
||||
|
||||
infostream<<"ServerMap: SQLite3 database opened"<<std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
void Database_SQLite3::saveBlock(MapBlock *block)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user