mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
Log /clearobjects mode
This commit is contained in:
parent
b1428ab4bb
commit
0f03547b03
@ -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 .. ")")
|
||||
|
Loading…
Reference in New Issue
Block a user