Penumbra changes

This commit is contained in:
2022-11-03 01:12:31 +02:00
parent bfe61a7a67
commit 640bbaaf9b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ fs.readdir("./plugins", (err, files) => {
const masterJsonInsert = {
...pluginJson,
LastUpdate: updatedDate,
LastUpdate: updatedDate.length < 2 ? Math.round(Date.now() / 1000) : updatedDate,
IsHide: "False",
DownloadCount: 69420,
IsTestingExclusive: "False",