mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Update links and names in the documentation (#16153)
This commit is contained in:
parent
81d62d01d1
commit
49f48e0a7c
13 changed files with 35 additions and 35 deletions
|
@ -257,14 +257,14 @@ void ServerEnvironment::init()
|
|||
warningstream << "/!\\ You are using old player file backend. "
|
||||
<< "This backend is deprecated and will be removed in a future release /!\\"
|
||||
<< std::endl << "Switching to SQLite3 or PostgreSQL is advised, "
|
||||
<< "please read https://wiki.luanti.org/Database_backends." << std::endl;
|
||||
<< "please read https://docs.luanti.org/for-server-hosts/database-backends." << std::endl;
|
||||
}
|
||||
|
||||
if (auth_backend_name == "files") {
|
||||
warningstream << "/!\\ You are using old auth file backend. "
|
||||
<< "This backend is deprecated and will be removed in a future release /!\\"
|
||||
<< std::endl << "Switching to SQLite3 is advised, "
|
||||
<< "please read https://wiki.luanti.org/Database_backends." << std::endl;
|
||||
<< "please read https://docs.luanti.org/for-server-hosts/database-backends." << std::endl;
|
||||
}
|
||||
|
||||
m_player_database = openPlayerDatabase(player_backend_name, world_path, conf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue