mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-24 21:46:16 +00:00
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user