mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-11-24 21:36:02 +00:00
@@ -37,10 +37,6 @@ public class VersionChecker implements Listener {
|
||||
}
|
||||
|
||||
public String getCheckUrl(String pluginName, String branch) {
|
||||
System.out.println(checkurl);
|
||||
System.out.println(pluginName);
|
||||
System.out.println(branch);
|
||||
System.out.println(String.format(checkurl, pluginName, branch));
|
||||
return String.format(checkurl, pluginName, branch);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user