mirror of
https://github.com/minetest/minetest.git
synced 2025-04-16 15:21:39 +02:00
Fix strings in modified_reason_strings
one was also missing
This commit is contained in:
@ -42,21 +42,22 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
static const char *modified_reason_strings[] = {
|
static const char *modified_reason_strings[] = {
|
||||||
"reallocate or initial",
|
"reallocate or initial",
|
||||||
"setIsUnderground",
|
"setIsUnderground",
|
||||||
"setLightingExpired",
|
"setLightingComplete",
|
||||||
"setGenerated",
|
"setGenerated",
|
||||||
"setNode",
|
"setNode",
|
||||||
"setTimestamp",
|
"setTimestamp",
|
||||||
"NodeMetaRef::reportMetadataChange",
|
"reportMetadataChange",
|
||||||
"clearAllObjects",
|
"clearAllObjects",
|
||||||
"Timestamp expired (step)",
|
"Timestamp expired (step)",
|
||||||
"addActiveObjectRaw",
|
"addActiveObjectRaw",
|
||||||
"removeRemovedObjects/remove",
|
"removeRemovedObjects: remove",
|
||||||
"removeRemovedObjects/deactivate",
|
"removeRemovedObjects: deactivate",
|
||||||
"Stored list cleared in activateObjects due to overflow",
|
"objects cleared due to overflow",
|
||||||
"deactivateFarObjects: Static data moved in",
|
"deactivateFarObjects: static data moved in",
|
||||||
"deactivateFarObjects: Static data moved out",
|
"deactivateFarObjects: static data moved out",
|
||||||
"deactivateFarObjects: Static data changed considerably",
|
"deactivateFarObjects: static data changed",
|
||||||
"finishBlockMake: expireDayNightDiff",
|
"finishBlockMake: expireIsAir",
|
||||||
|
"MMVManip::blitBackAll",
|
||||||
"unknown",
|
"unknown",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user