1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-01 14:43:02 +01:00

Fix a number of timer-related broken challenges ()

* Fix a number of broken challenges

* run prettier
This commit is contained in:
moonysolari 2023-05-05 23:44:23 -04:00 committed by GitHub
parent eb21a3acce
commit 49995b13ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1424,7 +1424,8 @@ export class ChallengeService extends ChallengeRegistry {
ContractSessionId: session.Id,
ContractId: session.contractId,
Name: "ChallengeCompleted",
Timestamp: new Date().getTime(),
// The timestamp (used for timers) is not important here, since it's not an event sent by the game.
Timestamp: 0,
},
session,
)