Update 'KcY-SeeItemValue/itemValue/server/src/mod.ts'
This commit is contained in:
parent
968cc3c932
commit
8ecab28a70
@ -30,7 +30,7 @@ class SeeItemValue implements IMod
|
||||
private tradersArr;
|
||||
private cfg;
|
||||
|
||||
public load(container: DependencyContainer)
|
||||
public preAkiLoad(container: DependencyContainer)
|
||||
{
|
||||
this.pkg = require("../package.json");
|
||||
this.router = container.resolve<DynamicRouterModService>("DynamicRouterModService");
|
||||
@ -41,7 +41,7 @@ class SeeItemValue implements IMod
|
||||
this.addRoute()
|
||||
}
|
||||
|
||||
public delayedLoad(container: DependencyContainer)
|
||||
public postAkiLoad(container: DependencyContainer)
|
||||
{
|
||||
this.database = container.resolve<DatabaseServer>("DatabaseServer");
|
||||
this.table = this.database.getTables();
|
||||
|
Loading…
x
Reference in New Issue
Block a user