1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-24 21:46:16 +00:00

fix Updata Url...

This commit is contained in:
j502647092
2015-08-14 16:08:35 +08:00
parent dc9eb8be66
commit 0ff095e940

View File

@@ -80,7 +80,7 @@ public class VersionChecker implements Listener {
Bukkit.getScheduler().runTaskAsynchronously(plugin, new Runnable() { Bukkit.getScheduler().runTaskAsynchronously(plugin, new Runnable() {
@Override @Override
public void run() { public void run() {
String readURL = getCheckUrl(plugin.getName(), branch); String readURL = getCheckUrl(plugin.getName() + "-Fix", branch);
FileConfiguration config; FileConfiguration config;
String currentVersion = plugin.getDescription().getVersion(); String currentVersion = plugin.getDescription().getVersion();
try { try {