mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Log when generating flea offers
This commit is contained in:
parent
44a84afffe
commit
a4f6fdfa70
@ -627,6 +627,7 @@
|
||||
"ragfair-unable_to_purchase_0_count_item": "Unable to purchase item: %s with a count of 0",
|
||||
"ragfair-unable_to_remove_offer_doesnt_exist": "Unable to remove offer with id: %s as it cannot be found in flea market",
|
||||
"ragfair-unable_to_remove_offer_not_found_in_profile": "Unable to find offer: {{offerId}} in profile: {{profileId}} as offer is undefined, creating",
|
||||
"ragfair-generating_offers": "Generating flea offers...",
|
||||
"release-beta-disclaimer": "By pressing OK you agree that no support is offered and that this is for bug testing only. NOT actual gameplay. Mods are disabled. New profiles may be required frequently. Report all bugs in the reports channel in discord, or on the issues page on the website. If you don't press OK by the time specified, the game will close.",
|
||||
"release-beta-disclaimer-accept": "User accepted the beta disclaimer",
|
||||
"release-beta-disclaimer-mods-enabled": "By pressing OK you agree that no support is offered and that this is for bug testing only. NOT actual gameplay. Mods are enabled, do NOT report issues with mods. Do NOT ask mod authors for updated mods. Report all bugs in the reports channel in discord, or on the issues page on the website. If you dont press OK by the time specificed, the game will close.",
|
||||
|
@ -33,6 +33,7 @@ export class RagfairServer {
|
||||
}
|
||||
|
||||
public async load(): Promise<void> {
|
||||
this.logger.info(this.localisationService.getText("ragfair-generating_offers"));
|
||||
await this.ragfairOfferGenerator.generateDynamicOffers();
|
||||
await this.update();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user