diff options
Diffstat (limited to 'ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb')
| -rw-r--r-- | ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb index 47fecd1..349f2bc 100644 --- a/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb +++ b/ShiftOS-TheRevival/TerminalApplications/Internal/Com_Shiftorium.vb @@ -12,7 +12,7 @@ End If If prompt = "list" Then Shiftorium_ListFeatures() - Console.BadCommand = False + NormalCommand() End If End Sub End Module |
