A bit distracted! Fix an if check

This commit is contained in:
libraryaddict 2018-12-16 18:43:23 +13:00
parent 9edf69af54
commit 40ef2159c8

View File

@ -103,7 +103,7 @@ public class LibsDisguises extends JavaPlugin {
String version = getDescription().getVersion(); String version = getDescription().getVersion();
// If a release build, attach build number // If a release build, attach build number
if (!isReleaseBuild() && LibsPremium.isPremium()) { if (!isReleaseBuild() || !LibsPremium.isPremium()) {
version += "-"; version += "-";
// 9.7.0-SNAPSHOT-b30 // 9.7.0-SNAPSHOT-b30