From e73d05d3b013924c89c6c8824f8bf338ec52ffbd Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sat, 19 Nov 2022 06:17:02 +0700 Subject: implemented the password stuff, but failed to be able to convert other than alphabet to its correspondant --- ShiftOS-TheRevival/API/TerminalAPI.vb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ShiftOS-TheRevival/API/TerminalAPI.vb') diff --git a/ShiftOS-TheRevival/API/TerminalAPI.vb b/ShiftOS-TheRevival/API/TerminalAPI.vb index 6003d9e..e28f222 100644 --- a/ShiftOS-TheRevival/API/TerminalAPI.vb +++ b/ShiftOS-TheRevival/API/TerminalAPI.vb @@ -231,6 +231,9 @@ NormalCommand() SaveGame() InitializeTerminal() + 'Case "secure" + ' Console.Secure = True + ' Console.TextBox1.ReadOnly = True Case "shiftorium" NewLine(My.Resources.man_shiftorium) AdvancedCommand = False -- cgit v1.2.3