mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
added locking chests - clean patch
This commit is contained in:
parent
ae6d83a41e
commit
582e450bad
10 changed files with 186 additions and 5 deletions
|
@ -1963,7 +1963,8 @@ void Client::addNode(v3s16 p, MapNode n)
|
|||
try
|
||||
{
|
||||
//TimeTaker timer3("Client::addNode(): addNodeAndUpdate");
|
||||
m_env.getMap().addNodeAndUpdate(p, n, modified_blocks);
|
||||
std::string st = std::string("");
|
||||
m_env.getMap().addNodeAndUpdate(p, n, modified_blocks, st);
|
||||
}
|
||||
catch(InvalidPositionException &e)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue