mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01: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[] = {
 | 
			
		||||
	"reallocate or initial",
 | 
			
		||||
	"setIsUnderground",
 | 
			
		||||
	"setLightingExpired",
 | 
			
		||||
	"setLightingComplete",
 | 
			
		||||
	"setGenerated",
 | 
			
		||||
	"setNode",
 | 
			
		||||
	"setTimestamp",
 | 
			
		||||
	"NodeMetaRef::reportMetadataChange",
 | 
			
		||||
	"reportMetadataChange",
 | 
			
		||||
	"clearAllObjects",
 | 
			
		||||
	"Timestamp expired (step)",
 | 
			
		||||
	"addActiveObjectRaw",
 | 
			
		||||
	"removeRemovedObjects/remove",
 | 
			
		||||
	"removeRemovedObjects/deactivate",
 | 
			
		||||
	"Stored list cleared in activateObjects due to overflow",
 | 
			
		||||
	"deactivateFarObjects: Static data moved in",
 | 
			
		||||
	"deactivateFarObjects: Static data moved out",
 | 
			
		||||
	"deactivateFarObjects: Static data changed considerably",
 | 
			
		||||
	"finishBlockMake: expireDayNightDiff",
 | 
			
		||||
	"removeRemovedObjects: remove",
 | 
			
		||||
	"removeRemovedObjects: deactivate",
 | 
			
		||||
	"objects cleared due to overflow",
 | 
			
		||||
	"deactivateFarObjects: static data moved in",
 | 
			
		||||
	"deactivateFarObjects: static data moved out",
 | 
			
		||||
	"deactivateFarObjects: static data changed",
 | 
			
		||||
	"finishBlockMake: expireIsAir",
 | 
			
		||||
	"MMVManip::blitBackAll",
 | 
			
		||||
	"unknown",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user