fix VersionChecker Url...

master
502647092 2015-08-21 09:00:16 +08:00
parent 1ed77faf0a
commit 9079566849
1 changed files with 1 additions and 1 deletions

View File

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