mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Log /clearobjects mode
This commit is contained in:
parent
b1428ab4bb
commit
0f03547b03
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue