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

fix VersionChecker Url...

This commit is contained in:
502647092
2015-08-21 09:00:16 +08:00
parent 1ed77faf0a
commit 9079566849

View File

@@ -47,7 +47,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);
} }