mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-06 09:19:35 +01:00
A bit distracted! Fix an if check
This commit is contained in:
parent
9edf69af54
commit
40ef2159c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user