mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Show suffix in versionString() too
This commit is contained in:
parent
b5de5f30ac
commit
d6d49e0912
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ public class PlotVersion {
|
|||
if (hash == 0 && versionString == null) {
|
||||
return "NoVer-SNAPSHOT";
|
||||
} else {
|
||||
return versionString;
|
||||
return versionString + suffix;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue