code formatiert
This commit is contained in:
@@ -76,7 +76,7 @@ namespace ReallifeGamemode.Server.Finance
|
||||
float propertyTax = GetPropertyTaxation(client);
|
||||
int vehicleTaxation = GetVehicleTaxation(client);
|
||||
int rentalFees = GetRentalFees(client);
|
||||
|
||||
|
||||
int healthInsurance = (int)(user.BankAccount.Balance * 0.001);
|
||||
if (healthInsurance < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user