forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
6eea01b307
commit
20562a7873
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue