Update stdcmd.lua
This commit is contained in:
parent
f8e17e720f
commit
c1ad17e786
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user