mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Remove redundant else from updateBitcoinFarm()
This commit is contained in:
parent
079651045d
commit
2bb8965c80
@ -801,10 +801,8 @@ export class HideoutHelper
|
||||
|
||||
return btcProd;
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user