[ci skip] Update download urls (#9100)
This commit is contained in:
		
					parent
					
						
							
								7d8be939d5
							
						
					
				
			
			
				commit
				
					
						5967f1f3cc
					
				
			
		
					 7 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 | 
			
		|||
+public class PaperVersionFetcher implements VersionFetcher {
 | 
			
		||||
+    private static final java.util.regex.Pattern VER_PATTERN = java.util.regex.Pattern.compile("^([0-9\\.]*)\\-.*R"); // R is an anchor, will always give '-R' at end
 | 
			
		||||
+    private static final String GITHUB_BRANCH_NAME = "master";
 | 
			
		||||
+    private static final String DOWNLOAD_PAGE = "https://papermc.io/downloads";
 | 
			
		||||
+    private static final String DOWNLOAD_PAGE = "https://papermc.io/downloads/paper";
 | 
			
		||||
+    private static @Nullable String mcVer;
 | 
			
		||||
+
 | 
			
		||||
+    @Override
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue