mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Saner block modification flag operation for not saving everything always
This commit is contained in:
parent
3e975d8f28
commit
b60b58b627
3 changed files with 11 additions and 6 deletions
|
@ -897,7 +897,7 @@ void RemoteClient::SendObjectData(
|
|||
{
|
||||
block->stepObjects(dtime, true, server->m_env.getDayNightRatio());
|
||||
stepped_blocks.insert(p, true);
|
||||
block->setChangedFlag();
|
||||
//block->setChangedFlag();
|
||||
}
|
||||
|
||||
// Skip block if there are no objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue