Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
The todos will be done later
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jul 29, 2022
1 parent d77fe7f commit 667bf4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions RetroKS/Console/ColorSet.vb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ Module ColorSet
W(currentStepMessage, "input")
answerColor = Console.ReadLine()

'Checks the user input if colors exist, and then try to put it into a temporary array.
'TODO: "Live Mode" will come in the future.
'Checks the user input if colors exist, and then try to put it into a temporary array.
If i <> 8 Then
If answerColor = "RESET" Then
'Give a signal to the command that the colors are resetting.
Expand Down
5 changes: 2 additions & 3 deletions RetroKS/Login/UserManagement.vb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

Module UserManagement

'TODO: Merge initializeMainUsers to adduser
Sub initializeMainUsers()

'Check if the process is done, then do nothing if it is done.
Expand Down Expand Up @@ -57,7 +56,7 @@ Module UserManagement
disabledList.Add(uninitUser, False)
Catch ex As Exception
If DebugMode = True Then
Wln("Error trying to add username." + vbNewLine + "Error {0}: {1}" + vbNewLine + "{2}", "neutralText", _
Wln("Error trying to add username." + vbNewLine + "Error {0}: {1}" + vbNewLine + "{2}", "neutralText",
Err.Number, Err.Description, ex.StackTrace)
Wdbg(ex.StackTrace, True)
Else
Expand Down Expand Up @@ -302,7 +301,7 @@ Module UserManagement
End If
Catch ex As Exception
If DebugMode = True Then
Wln("Error trying to add username." + vbNewLine + "Error {0}: {1}" + vbNewLine + "{2}", "neutralText", _
Wln("Error trying to add username." + vbNewLine + "Error {0}: {1}" + vbNewLine + "{2}", "neutralText",
Err.Number, Err.Description, ex.StackTrace)
Wdbg(ex.StackTrace, True)
Else
Expand Down
1 change: 0 additions & 1 deletion RetroKS/Shell/HelpSystem.vb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Module HelpSystem

If command = "" Then

'TODO: Convert (All Commands) help system from plain text to dictionaries
If simHelp = False Then
Wln("Help commands:" + vbNewLine + vbNewLine +
"adduser: Adds users (Only admins can access this command)" + vbNewLine +
Expand Down

0 comments on commit 667bf4b

Please sign in to comment.