mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix blocks written by vmanip not being marked as modified
This bug can be triggered by e.g. calling minetest.place_schematic() and stopping the server immediately afterwards.
This commit is contained in:
parent
5a3b8e34b3
commit
d5a97e00ea
2 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,8 @@ class VoxelManipulator;
|
|||
#define MOD_REASON_STATIC_DATA_REMOVED (1 << 16)
|
||||
#define MOD_REASON_STATIC_DATA_CHANGED (1 << 17)
|
||||
#define MOD_REASON_EXPIRE_DAYNIGHTDIFF (1 << 18)
|
||||
#define MOD_REASON_UNKNOWN (1 << 19)
|
||||
#define MOD_REASON_VMANIP (1 << 19)
|
||||
#define MOD_REASON_UNKNOWN (1 << 20)
|
||||
|
||||
////
|
||||
//// MapBlock itself
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue