Update stdcmd.lua

This commit is contained in:
Xertis 2024-06-15 10:00:03 +03:00 committed by GitHub
parent f8e17e720f
commit c1ad17e786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ console.add_command(
"clear",
"Clears the console",
function ()
document = Document.new("core:console")
local document = Document.new("core:console")
document.log.text = ""
end
)