Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
This commit is contained in:
commit
b6e7679b03
@ -29,7 +29,7 @@ import { HttpResponseUtil } from "@spt-aki/utils/HttpResponseUtil";
|
||||
import { JsonUtil } from "@spt-aki/utils/JsonUtil";
|
||||
|
||||
@injectable()
|
||||
class TradeController
|
||||
export class TradeController
|
||||
{
|
||||
protected ragfairConfig: IRagfairConfig;
|
||||
protected traderConfig: ITraderConfig;
|
||||
@ -283,6 +283,4 @@ class TradeController
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export {TradeController};
|
||||
}
|
@ -20,7 +20,7 @@ import { ObjectId } from "@spt-aki/utils/ObjectId";
|
||||
import { ProbabilityObject, ProbabilityObjectArray, RandomUtil } from "@spt-aki/utils/RandomUtil";
|
||||
|
||||
@injectable()
|
||||
class ItemHelper
|
||||
export class ItemHelper
|
||||
{
|
||||
protected readonly defaultInvalidBaseTypes: string[] = [
|
||||
BaseClasses.LOOT_CONTAINER,
|
||||
@ -1163,5 +1163,3 @@ namespace ItemHelper
|
||||
height: number;
|
||||
}
|
||||
}
|
||||
|
||||
export {ItemHelper};
|
||||
|
Loading…
Reference in New Issue
Block a user