Skip to content

Commit

Permalink
update left over aki
Browse files Browse the repository at this point in the history
  • Loading branch information
dvize committed Jul 22, 2024
1 parent 82e5dee commit 27929a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Props-AutomatedSelling/src/PAutoSell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PAutoSell implements IPreSptLoadMod, IPostSptLoadMod {
postSptLoad(container: DependencyContainer): void {
this.itemsDatabase = this.databaseServer.getTables().templates.items;
this.checkContainerRestrictions();
this.logger.info('PAutoSell: Post Aki Load Setup Complete');
this.logger.info('PAutoSell: Post Spt Load Setup Complete');
}

private setupRouterServices(container: DependencyContainer): void {
Expand All @@ -96,7 +96,7 @@ class PAutoSell implements IPreSptLoadMod, IPostSptLoadMod {
this.exchangeItems(url, info, sessionID, output);
return output;
}
}], "aki");
}], "spt");
}

private setupServices(container: DependencyContainer): void {
Expand Down

0 comments on commit 27929a9

Please sign in to comment.