Log /clearobjects mode
parent
b1428ab4bb
commit
0f03547b03
|
@ -861,7 +861,8 @@ core.register_chatcommand("clearobjects", {
|
||||||
return false, "Invalid usage, see /help clearobjects."
|
return false, "Invalid usage, see /help clearobjects."
|
||||||
end
|
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."
|
core.chat_send_all("Clearing all objects. This may take long."
|
||||||
.. " You may experience a timeout. (by "
|
.. " You may experience a timeout. (by "
|
||||||
.. name .. ")")
|
.. name .. ")")
|
||||||
|
|
Loading…
Reference in New Issue