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";
|
import { JsonUtil } from "@spt-aki/utils/JsonUtil";
|
||||||
|
|
||||||
@injectable()
|
@injectable()
|
||||||
class TradeController
|
export class TradeController
|
||||||
{
|
{
|
||||||
protected ragfairConfig: IRagfairConfig;
|
protected ragfairConfig: IRagfairConfig;
|
||||||
protected traderConfig: ITraderConfig;
|
protected traderConfig: ITraderConfig;
|
||||||
@ -284,5 +284,3 @@ class TradeController
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {TradeController};
|
|
||||||
|
@ -20,7 +20,7 @@ import { ObjectId } from "@spt-aki/utils/ObjectId";
|
|||||||
import { ProbabilityObject, ProbabilityObjectArray, RandomUtil } from "@spt-aki/utils/RandomUtil";
|
import { ProbabilityObject, ProbabilityObjectArray, RandomUtil } from "@spt-aki/utils/RandomUtil";
|
||||||
|
|
||||||
@injectable()
|
@injectable()
|
||||||
class ItemHelper
|
export class ItemHelper
|
||||||
{
|
{
|
||||||
protected readonly defaultInvalidBaseTypes: string[] = [
|
protected readonly defaultInvalidBaseTypes: string[] = [
|
||||||
BaseClasses.LOOT_CONTAINER,
|
BaseClasses.LOOT_CONTAINER,
|
||||||
@ -1163,5 +1163,3 @@ namespace ItemHelper
|
|||||||
height: number;
|
height: number;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {ItemHelper};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user