This commit is contained in:
Julian Brammer 2024-06-08 21:07:29 +02:00
parent 4aecdcec3b
commit 0cf35b8480

View File

@ -28,7 +28,7 @@ local function getConfig()
if not fs.exists "/brulijam/config/systemlock.config" then if not fs.exists "/brulijam/config/systemlock.config" then
config["locked"] = true config["locked"] = true
config["pwHash"] = createPwHash() config["pwHash"] = createPwHash()
config["keepUnlockedFor"] = 600 config["keepUnlockedFor"] = 120
setConfig() setConfig()
else else
config = basic.readFileAll("brulijam/config/systemlock.config") config = basic.readFileAll("brulijam/config/systemlock.config")