0
0
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:
Dev 2024-01-29 11:11:44 +00:00
parent 079651045d
commit 2bb8965c80

View File

@ -801,10 +801,8 @@ export class HideoutHelper
return btcProd;
}
else
{
return null;
}
return null;
}
/**