diff --git a/resources/[housing]/qs-housing/shared/config.lua b/resources/[housing]/qs-housing/shared/config.lua index 5af8c1786..61c48cc45 100644 --- a/resources/[housing]/qs-housing/shared/config.lua +++ b/resources/[housing]/qs-housing/shared/config.lua @@ -86,7 +86,7 @@ Locales = {} the asset to ensure everything works as expected! ]] -Config.Language = 'en' +Config.Language = 'de' --[[ Framework Detection System: @@ -167,7 +167,7 @@ Config.Inventory = dependencyCheck(inventories) or 'default' ]] local dispatch = { - ['qs-dispatch'] = 'qs-dispatch' + ['qs-dispatch'] = 'ps-dispatch' } Config.Dispatch = dependencyCheck(dispatch) or 'default' @@ -452,7 +452,7 @@ Config.SpawnDistance = 100.0 -- Distance in meters for spawning rela Config.MaximumDistanceForDecorate = 350.0 Config.DecorateOnlyAccessForOwner = true -- Can anyone with a key decorate or only the owner? Config.HideRadarInDecorate = true -- Disable radar in decorations? -Config.ModernDecorateMode = true -- Use the old keyboard and mouse decoration system (if you use true, you will use the modern method) +Config.ModernDecorateMode = false -- Use the old keyboard and mouse decoration system (if you use true, you will use the modern method) Config.DefaultStashData = { maxweight = 1000000,