Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad17715e4a | |||
| 868663d33f |
@@ -286,7 +286,7 @@ function processCommand()
|
||||
end
|
||||
|
||||
if consoleCommands[cmd] then
|
||||
log.info("> %s", cmd)
|
||||
log.info("> %s %s", cmd, table.concat(args, " "))
|
||||
consoleCommands[cmd](args)
|
||||
else
|
||||
log.warning("Unknown command: %s", cmd)
|
||||
@@ -477,3 +477,5 @@ while shouldRun do
|
||||
updateScreen()
|
||||
pollEvents()
|
||||
end
|
||||
|
||||
scr.clear()
|
||||
Reference in New Issue
Block a user