mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update PlotSquared.java
This commit is contained in:
parent
b22919a278
commit
011baba140
@ -1601,7 +1601,7 @@ import java.util.zip.ZipInputStream;
|
|||||||
this.version = PlotVersion.tryParse(versionString, commitString, dateString);
|
this.version = PlotVersion.tryParse(versionString, commitString, dateString);
|
||||||
Settings.DATE =
|
Settings.DATE =
|
||||||
new Date(100 + version.year, version.month, version.day).toGMTString();
|
new Date(100 + version.year, version.month, version.day).toGMTString();
|
||||||
Settings.BUILD = "https://ci.athion.net/job/PlotSquared-Breaking/" + version.build;
|
Settings.BUILD = "https://ci.athion.net/job/PlotSquared-Releases/" + version.build;
|
||||||
Settings.COMMIT =
|
Settings.COMMIT =
|
||||||
"https://github.com/IntellectualSites/PlotSquared/commit/" + Integer
|
"https://github.com/IntellectualSites/PlotSquared/commit/" + Integer
|
||||||
.toHexString(version.hash);
|
.toHexString(version.hash);
|
||||||
|
Loading…
Reference in New Issue
Block a user