mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
fixed crafting bug
This commit is contained in:
@ -2413,7 +2413,7 @@ void Server::SendInventory(u16 peer_id)
|
|||||||
InventoryList *rlist = player->inventory.getList("craftresult");
|
InventoryList *rlist = player->inventory.getList("craftresult");
|
||||||
if(rlist)
|
if(rlist)
|
||||||
{
|
{
|
||||||
//rlist->clearItems();
|
rlist->clearItems();
|
||||||
}
|
}
|
||||||
if(clist && rlist)
|
if(clist && rlist)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user