Skip to content
Snippets Groups Projects
Commit 0f03547b authored by Kahrl's avatar Kahrl Committed by paramat
Browse files

Log /clearobjects mode

parent b1428ab4
No related branches found
No related tags found
No related merge requests found
......@@ -861,7 +861,8 @@ core.register_chatcommand("clearobjects", {
return false, "Invalid usage, see /help clearobjects."
end
core.log("action", name .. " clears all objects.")
core.log("action", name .. " clears all objects ("
.. options.mode .. " mode).")
core.chat_send_all("Clearing all objects. This may take long."
.. " You may experience a timeout. (by "
.. name .. ")")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment