fix: don't say "error" just because a loadout category is unimplemented (#692)
This commit is contained in:
		
							parent
							
								
									0523fbdaae
								
							
						
					
					
						commit
						69734ea101
					
				@ -178,7 +178,9 @@ export const handleInventoryItemConfigChange = async (
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            default: {
 | 
			
		||||
                logger.error(`category not implemented: ${equipmentName}`, { config: equipment });
 | 
			
		||||
                logger.warn(`loadout category not implemented, changes may be lost: ${equipmentName}`, {
 | 
			
		||||
                    config: equipment
 | 
			
		||||
                });
 | 
			
		||||
            }
 | 
			
		||||
            //case "KahlLoadOuts": not sure yet how to handle kahl: it is not sent in inventory
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user