mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-11 01:17:12 +00:00
Correcter versioning
This commit is contained in:
parent
0a6fad73c3
commit
46beb90112
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ public class PlotVersion {
|
||||||
|
|
||||||
@Override public String toString() {
|
@Override public String toString() {
|
||||||
if (hash == 0 && build == 0) {
|
if (hash == 0 && build == 0) {
|
||||||
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
return "PlotSquared-NoVer-SNAPSHOT";
|
||||||
} else {
|
} else {
|
||||||
return "PlotSquared-" + build;
|
return "PlotSquared-4." + build;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue