mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +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();
|
||||
|
||||
// If a release build, attach build number
|
||||
if (!isReleaseBuild() && LibsPremium.isPremium()) {
|
||||
if (!isReleaseBuild() || !LibsPremium.isPremium()) {
|
||||
version += "-";
|
||||
|
||||
// 9.7.0-SNAPSHOT-b30
|
||||
|
Loading…
Reference in New Issue
Block a user