Quit command quits terminal

master
James Stevenson 2016-03-11 12:48:28 -05:00
parent 7c9bf76750
commit 8e929cd1c4
1 changed files with 1 additions and 3 deletions

View File

@ -184,9 +184,7 @@ local function terminal_display(user, pos, input)
feedback = ""
elseif command == "quit" then
output = "There is no escape."
feedback = "Press [ESC] to exit."
return
else
output = "Unknown command. Type help for a list."