mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-16 22:55:31 +01: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:
@@ -122,7 +122,8 @@ public:
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user