mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Remove give_initial_stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user