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