fix: add fallback gun price in code too

This commit is contained in:
Platinum 2023-07-29 11:03:34 +10:00
parent 71f561db65
commit 4604d4b0a0

View File

@ -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) {