Fix last commit, oops
This commit is contained in:
		
							parent
							
								
									a3c90aca19
								
							
						
					
					
						commit
						ce19467121
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -112,7 +112,7 @@ public class MinecraftMappedProvider extends DependencyProvider { | ||||||
| 
 | 
 | ||||||
| 			getProject().getLogger().lifecycle(":remapping minecraft (TinyRemapper, " + fromM + " -> " + toM + ")"); | 			getProject().getLogger().lifecycle(":remapping minecraft (TinyRemapper, " + fromM + " -> " + toM + ")"); | ||||||
| 
 | 
 | ||||||
| 			Files.delete(output); | 			Files.deleteIfExists(output); | ||||||
| 
 | 
 | ||||||
| 			TinyRemapper remapper = getTinyRemapper(fromM, toM); | 			TinyRemapper remapper = getTinyRemapper(fromM, toM); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue