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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user