mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove give_initial_stuff
This commit is contained in:
parent
c1479a2732
commit
77337271fc
4 changed files with 0 additions and 81 deletions
|
@ -4647,10 +4647,6 @@ Player *Server::emergePlayer(const char *name, const char *password, u16 peer_id
|
|||
// Set creative inventory
|
||||
craft_set_creative_inventory(player, this);
|
||||
}
|
||||
else if(g_settings->getBool("give_initial_stuff"))
|
||||
{
|
||||
craft_give_initial_stuff(player, this);
|
||||
}
|
||||
|
||||
return player;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue