mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove unused m_wielded_item_not_sent
This commit is contained in:
parent
7e56637ed0
commit
038d3a31df
3 changed files with 2 additions and 13 deletions
|
@ -1386,7 +1386,6 @@ void Server::setInventoryModified(const InventoryLocation &loc)
|
|||
if(!playersao)
|
||||
return;
|
||||
playersao->m_inventory_not_sent = true;
|
||||
playersao->m_wielded_item_not_sent = true;
|
||||
}
|
||||
break;
|
||||
case InventoryLocation::NODEMETA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue