From 27929a97fb515a9212bdfd6222295994e099e8d8 Mon Sep 17 00:00:00 2001 From: dvize Date: Mon, 22 Jul 2024 09:39:38 -0700 Subject: [PATCH] update left over aki --- Props-AutomatedSelling/src/PAutoSell.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Props-AutomatedSelling/src/PAutoSell.ts b/Props-AutomatedSelling/src/PAutoSell.ts index f488418..b404bc0 100644 --- a/Props-AutomatedSelling/src/PAutoSell.ts +++ b/Props-AutomatedSelling/src/PAutoSell.ts @@ -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 { @@ -96,7 +96,7 @@ class PAutoSell implements IPreSptLoadMod, IPostSptLoadMod { this.exchangeItems(url, info, sessionID, output); return output; } - }], "aki"); + }], "spt"); } private setupServices(container: DependencyContainer): void {