From e542e777890d88b483282118aff48b3af9b2d597 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 9 Jun 2025 23:56:12 +0200 Subject: [PATCH] Update config.lua --- resources/[housing]/qs-housing/shared/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[housing]/qs-housing/shared/config.lua b/resources/[housing]/qs-housing/shared/config.lua index 1027786d3..1b683bab4 100644 --- a/resources/[housing]/qs-housing/shared/config.lua +++ b/resources/[housing]/qs-housing/shared/config.lua @@ -325,7 +325,7 @@ Config.UseMathCeilOnFees = true Config.CreatorJobs = { -- Choose the jobs suitable for creating houses 'realestate', - 'police', + 'admin', 'realestatejob' } @@ -403,7 +403,7 @@ Config.DisableBuyableDecorationFromF3 = false -- Disable the purchase of decorat documentation under the 'dependencies' section. ]] -Config.RequiredCop = 0 -- Number of police required (only for lockpicking) +Config.RequiredCop = 2 -- Number of police required (only for lockpicking) Config.PoliceJobs = { -- Jobs that will be considered police 'realestate', 'police',