mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Log /clearobjects mode
This commit is contained in:
@@ -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 .. ")")
|
||||||
|
Reference in New Issue
Block a user