fix: add fallback gun price in code too
This commit is contained in:
parent
71f561db65
commit
4604d4b0a0
@ -233,7 +233,7 @@ class TheBlacklistMod implements IPostDBLoadMod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private getFallbackGunPrice() {
|
private getFallbackGunPrice() {
|
||||||
return advancedConfig.gunPriceFallback;
|
return advancedConfig.gunPriceFallback || 100000;
|
||||||
}
|
}
|
||||||
|
|
||||||
private debug(message: string) {
|
private debug(message: string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user