align endTime to second to be faithful
This commit is contained in:
parent
e358e83140
commit
bb5b242cf6
@ -37,7 +37,7 @@ export const createGarden = (): IGardeningDatabase => {
|
||||
"/Lotus/Types/Items/Plants/MiscItems/DuvxDuviriGrowingPlantE",
|
||||
"/Lotus/Types/Items/Plants/MiscItems/DuvxDuviriGrowingPlantF"
|
||||
];
|
||||
const endTime = new Date(Date.now() + 79200_000); // Plants will take 22 hours to grow
|
||||
const endTime = new Date((Math.trunc(Date.now() / 1000) + 79200) * 1000); // Plants will take 22 hours to grow
|
||||
return {
|
||||
Planters: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user