From 289331287017e84f859570acfb2bc4c440f6ae1e Mon Sep 17 00:00:00 2001 From: zaremate Date: Tue, 24 May 2022 19:45:57 +0200 Subject: [PATCH] . --- main/startup.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main/startup.lua b/main/startup.lua index 295ae4e..add70a2 100644 --- a/main/startup.lua +++ b/main/startup.lua @@ -8,7 +8,7 @@ local inLightsMenu = false function Choice1() term.clear() term.setCursorPos(1,1) - term.write("Hello,my name is "..os.getComputerLabel()) + term.write("Hello,my name is Nigga") sleep(3) end @@ -105,7 +105,6 @@ function login() term.clear() term.setCursorPos(1,1) print("2137_OS_v1.4 Login Screen") - print("UserName: ZareMate") write("Password: ") function pass() t = io.read() @@ -120,7 +119,6 @@ function login() term.clear() term.setCursorPos(1,1) print("2137_OS_v1.3 Login Screen") - print("UserName: ZareMate") write("Password: ") pass() end