mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-01 16:10:23 +02:00
Finish refactor
This commit is contained in:
@ -114,7 +114,7 @@ void PlayerAttributes::readSqlite(const std::string &db_name)
|
||||
|
||||
m_players.push_back(player);
|
||||
}
|
||||
|
||||
|
||||
sqlite3_finalize(stmt_get_player_pos);
|
||||
sqlite3_close(db);
|
||||
}
|
||||
|
Reference in New Issue
Block a user