feat: add clear command
This commit is contained in:
@@ -336,6 +336,11 @@ end
|
|||||||
|
|
||||||
registerConsoleCommand("scan", scanCommand)
|
registerConsoleCommand("scan", scanCommand)
|
||||||
|
|
||||||
|
function clearCommand()
|
||||||
|
log.buffer = {}
|
||||||
|
end
|
||||||
|
registerConsoleCommand("clear", clearCommand)
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
drawing functions
|
drawing functions
|
||||||
]]
|
]]
|
||||||
|
|||||||
Reference in New Issue
Block a user