From a753b60008c0b42f4aa4d80f1d55aef5ce1ab521 Mon Sep 17 00:00:00 2001 From: brulijam Date: Sat, 8 Jun 2024 21:03:16 +0200 Subject: [PATCH] . --- src/brulijam/systemlock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brulijam/systemlock.lua b/src/brulijam/systemlock.lua index 4e9bd0e..5a50272 100644 --- a/src/brulijam/systemlock.lua +++ b/src/brulijam/systemlock.lua @@ -23,7 +23,7 @@ local function createPwHash() print(input2Hash) print(input) print(input2) - local inputConfirmed = pwHash == input2 + inputConfirmed = pwHash == input2 end return pwHash end