mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2024-10-31 22:38:48 +00:00
fix Updata Url...
This commit is contained in:
parent
dc9eb8be66
commit
0ff095e940
@ -80,7 +80,7 @@ public class VersionChecker implements Listener {
|
||||
Bukkit.getScheduler().runTaskAsynchronously(plugin, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
String readURL = getCheckUrl(plugin.getName(), branch);
|
||||
String readURL = getCheckUrl(plugin.getName() + "-Fix", branch);
|
||||
FileConfiguration config;
|
||||
String currentVersion = plugin.getDescription().getVersion();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user