.
This commit is contained in:
parent
ccb336f32e
commit
c4d105272a
@ -53,8 +53,9 @@ local function unlockDevice()
|
||||
if pwCorrect then --correct input
|
||||
config["locked"] = false
|
||||
setConfig()
|
||||
print("Unlocking.")
|
||||
print("[Unlocked]")
|
||||
sleep(0.2)
|
||||
break
|
||||
elseif eventTimeout then --timeout
|
||||
config["locked"] = true
|
||||
setConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user