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

fix VersionChecker Url...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-08-21 08:21:32 +08:00
parent 732329999d
commit 697b6611bf

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() + "-Fix", branch); String readURL = getCheckUrl(plugin.getName(), branch);
FileConfiguration config; FileConfiguration config;
String currentVersion = plugin.getDescription().getVersion(); String currentVersion = plugin.getDescription().getVersion();
try { try {