1
0
Fork 0
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:
Perttu Ahola 2011-11-26 00:55:50 +02:00
parent c1479a2732
commit 77337271fc
4 changed files with 0 additions and 81 deletions

View file

@ -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;