mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix inventory segfault when rollback recording is disabled
This commit is contained in:
		@@ -355,7 +355,7 @@ void IMoveAction::apply(InventoryManager *mgr, ServerActiveObject *player, IGame
 | 
			
		||||
	/*
 | 
			
		||||
		Record rollback information
 | 
			
		||||
	*/
 | 
			
		||||
	if(!ignore_rollback)
 | 
			
		||||
	if(!ignore_rollback && gamedef->rollback())
 | 
			
		||||
	{
 | 
			
		||||
		IRollbackReportSink *rollback = gamedef->rollback();
 | 
			
		||||
 | 
			
		||||
@@ -628,7 +628,7 @@ void IDropAction::apply(InventoryManager *mgr, ServerActiveObject *player, IGame
 | 
			
		||||
	/*
 | 
			
		||||
		Record rollback information
 | 
			
		||||
	*/
 | 
			
		||||
	if(!ignore_src_rollback)
 | 
			
		||||
	if(!ignore_src_rollback && gamedef->rollback())
 | 
			
		||||
	{
 | 
			
		||||
		IRollbackReportSink *rollback = gamedef->rollback();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user