Log /clearobjects mode

master
Kahrl 2016-02-09 08:56:40 +01:00 committed by paramat
parent b1428ab4bb
commit 0f03547b03
1 changed files with 2 additions and 1 deletions

View File

@ -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 .. ")")