Possibly fix native downloading for older versions such as 1.8.9
This commit is contained in:
		
							parent
							
								
									2ab2f7c6ae
								
							
						
					
					
						commit
						d62a63c8bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -96,7 +96,7 @@ public class MinecraftVersionInfo { | ||||||
| 					return ""; | 					return ""; | ||||||
| 				} | 				} | ||||||
| 
 | 
 | ||||||
| 				return "-" + element.getAsString().replace("\"", ""); | 				return "-" + element.getAsString().replace("\"", "").replace("${arch}", OperatingSystem.getArch()); | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue