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:
parent
58ccc68c81
commit
2c645d5d8a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue