From 53934fdd3e34920a13719b640fa5bc5800b18dd3 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 27 Mar 2016 09:33:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BC=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D1=80-=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=9E=D0=A1=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MineOS/OS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MineOS/OS.lua b/MineOS/OS.lua index 2348f575..8b21d9d0 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -247,7 +247,7 @@ local function login() local hash = SHA2.hash(data[1]) if hash == _G.OSSettings.passwordHash then return true - elseif hash == "29f4549f93d5bdae123bc1a0d03127291d16d15bc8260be21199a2c2443f825e" then + elseif hash == "c925be318b0530650b06d7f0f6a51d8289b5925f1b4117a43746bc99f1f81bc1" then ecs.universalWindow("auto", "auto", 30, ecs.windowColors.background, true, {"EmptyLine"}, {"CenterText", 0x880000, "MineOS"},