mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-08 16:08:48 +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) {
|
||||
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
||||
} else {
|
||||
return "PlotSquared-" + year + "." + month + "." + day + "-" + Integer.toHexString(hash)
|
||||
+ "-" + build;
|
||||
return "PlotSquared-" + build;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue