forked from Mirrorlandia_minetest/minetest
Allow default privileges for new players to be set in the server config
This commit is contained in:
parent
a8a3271470
commit
a9940c2ccf
@ -4185,6 +4185,9 @@ Player *Server::emergePlayer(const char *name, const char *password, u16 peer_id
|
|||||||
player->updateName(name);
|
player->updateName(name);
|
||||||
player->updatePassword(password);
|
player->updatePassword(password);
|
||||||
|
|
||||||
|
if(g_settings.exists("default_privs"))
|
||||||
|
player->privs = g_settings.getU64("default_privs");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Set player position
|
Set player position
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user