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

fix updataurl...

This commit is contained in:
502647092
2015-08-18 09:33:28 +08:00
parent 0ff095e940
commit 2a0ececfa8

View File

@@ -46,7 +46,7 @@ public class VersionChecker implements Listener {
public VersionChecker(Plugin plugin, String branch) { public VersionChecker(Plugin plugin, String branch) {
this.plugin = plugin; this.plugin = plugin;
plugin.getServer().getPluginManager().registerEvents(this, plugin); plugin.getServer().getPluginManager().registerEvents(this, plugin);
this.checkurl = branch; this.branch = branch;
this.versioncheck(null); this.versioncheck(null);
} }