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