feat: add clear command

This commit is contained in:
2025-05-08 13:48:27 -03:00
parent 17cc45f5c3
commit 9563262457
+5
View File
@@ -336,6 +336,11 @@ end
registerConsoleCommand("scan", scanCommand)
function clearCommand()
log.buffer = {}
end
registerConsoleCommand("clear", clearCommand)
--[[
drawing functions
]]