mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-09 16:38:10 +00:00
Correct versioning
This commit is contained in:
parent
5796db51a7
commit
0a6fad73c3
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ public class PlotVersion {
|
||||||
if (hash == 0 && build == 0) {
|
if (hash == 0 && build == 0) {
|
||||||
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
||||||
} else {
|
} else {
|
||||||
return "PlotSquared-" + year + "." + month + "." + day + "-" + Integer.toHexString(hash)
|
return "PlotSquared-" + build;
|
||||||
+ "-" + build;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue