1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

fixed crafting bug

This commit is contained in:
Perttu Ahola 2010-12-22 19:00:48 +02:00
parent 58ccc68c81
commit 2c645d5d8a

View file

@ -2413,7 +2413,7 @@ void Server::SendInventory(u16 peer_id)
InventoryList *rlist = player->inventory.getList("craftresult");
if(rlist)
{
//rlist->clearItems();
rlist->clearItems();
}
if(clist && rlist)
{