1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed stable-builds Updater

This commit is contained in:
TheBusyBiscuit 2019-09-30 00:04:43 +02:00
parent 6797d6a01d
commit 4bb9abd247

View File

@ -172,7 +172,7 @@ public final class SlimefunPlugin extends JavaPlugin {
} }
else if (getDescription().getVersion().startsWith("RC - ")) { else if (getDescription().getVersion().startsWith("RC - ")) {
// If we are using a development build, we want to switch to our custom // If we are using a development build, we want to switch to our custom
updater = new GitHubBuildsUpdater(this, getFile(), "TheBusyBiscuit/Slimefun4/stable"); updater = new GitHubBuildsUpdater(this, getFile(), "TheBusyBiscuit/Slimefun4/stable", "RC - ");
} }
else { else {
// We are using an official build, use the BukkitDev Updater // We are using an official build, use the BukkitDev Updater