forked from OpenWF/SpaceNinjaServer
		
	fix: unset LibraryPersonalTarget after completing it (#1913)
Reviewed-on: OpenWF/SpaceNinjaServer#1913 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									de1e2a25f2
								
							
						
					
					
						commit
						0af7f41201
					
				@ -380,6 +380,7 @@ export const addMissionInventoryUpdates = async (
 | 
				
			|||||||
                                    : 10)
 | 
					                                    : 10)
 | 
				
			||||||
                            ) {
 | 
					                            ) {
 | 
				
			||||||
                                progress.Completed = true;
 | 
					                                progress.Completed = true;
 | 
				
			||||||
 | 
					                                inventory.LibraryPersonalTarget = undefined;
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                            logger.debug(`synthesis of ${scan.EnemyType} added to personal target progress`);
 | 
					                            logger.debug(`synthesis of ${scan.EnemyType} added to personal target progress`);
 | 
				
			||||||
                            synthesisIgnored = false;
 | 
					                            synthesisIgnored = false;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user