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