From 577410aa720e0fd755b891573957848cf5007cfa Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 13 Aug 2025 13:18:03 +0200 Subject: [PATCH] Update config.lua --- resources/[housing]/brutal_housing/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[housing]/brutal_housing/config.lua b/resources/[housing]/brutal_housing/config.lua index 7cea280d9..22c7a2085 100644 --- a/resources/[housing]/brutal_housing/config.lua +++ b/resources/[housing]/brutal_housing/config.lua @@ -70,7 +70,7 @@ Config = { Utilities = { BillingCycle = 7, -- The default billing cycle for utilities is every 7 days. - RentalPrice = 0.004, -- 0.4% rental fee based on property price | 100,000$ * 0.004 = 400$ + RentalPrice = 0.015, -- 0.4% rental fee based on property price | 100,000$ * 0.004 = 400$ ElectricityPrice = 0.0005, GasPrice = 0.00025, WaterPrice = 0.0001,