remove TODO
This commit is contained in:
		
							parent
							
								
									6ed0d838d2
								
							
						
					
					
						commit
						8a29a75397
					
				@ -90,7 +90,6 @@ impl ItemManager {
 | 
			
		||||
        ClientItemId(self.id_counter)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // TODO: Result
 | 
			
		||||
    pub async fn load_character<EG: EntityGateway>(&mut self, entity_gateway: &mut EG, character: &CharacterEntity) -> Result<(), anyhow::Error> {
 | 
			
		||||
        let inventory = entity_gateway.get_character_inventory(&character.id).await?;
 | 
			
		||||
        let bank = entity_gateway.get_character_bank(&character.id, BankName("".into())).await?;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user