1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Replace occurences of 'wiki.minetest.net' with 'wiki.luanti.org'

This commit is contained in:
veprogames
2024-11-18 00:04:32 +01:00
committed by GitHub
parent 7295b6c88c
commit a8ea165042
8 changed files with 10 additions and 10 deletions

View File

@@ -526,14 +526,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 http://wiki.minetest.net/Database_backends." << std::endl;
<< "please read https://wiki.luanti.org/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 http://wiki.minetest.net/Database_backends." << std::endl;
<< "please read https://wiki.luanti.org/Database_backends." << std::endl;
}
m_player_database = openPlayerDatabase(player_backend_name, world_path, conf);