mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Show suffix in versionString() too
This commit is contained in:
parent
b5de5f30ac
commit
d6d49e0912
@ -86,7 +86,7 @@ public class PlotVersion {
|
||||
if (hash == 0 && versionString == null) {
|
||||
return "NoVer-SNAPSHOT";
|
||||
} else {
|
||||
return versionString;
|
||||
return versionString + suffix;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user