Skip to content

Commit

Permalink
Log /clearobjects mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl authored and paramat committed Feb 11, 2016
1 parent b1428ab commit 0f03547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/game/chatcommands.lua
Expand Up @@ -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 .. ")")
Expand Down

0 comments on commit 0f03547

Please sign in to comment.