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