Update worldStateController.ts
This commit is contained in:
parent
d123f6cc62
commit
b834b51904
@ -167,7 +167,7 @@ export const worldStateController: RequestHandler = (req, res) => {
|
|||||||
// Sortie cycling every day
|
// Sortie cycling every day
|
||||||
{
|
{
|
||||||
const dayStart = getTorontoTimeAtHour(EPOCH + day * 86400000, 12);
|
const dayStart = getTorontoTimeAtHour(EPOCH + day * 86400000, 12);
|
||||||
const dayEnd = dayStart + 86400000;
|
const dayEnd = getTorontoTimeAtHour(EPOCH + (day + 1) * 86400000, 12);
|
||||||
|
|
||||||
const rng = new CRng(day);
|
const rng = new CRng(day);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user