forked from Mirrorlandia_minetest/minetest
Builtin: Improve /clearobjects message (#9084)
This commit is contained in:
parent
f2e62298a5
commit
5f835a72b2
@ -981,8 +981,8 @@ core.register_chatcommand("clearobjects", {
|
||||
|
||||
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 "
|
||||
core.chat_send_all("Clearing all objects. This may take a long time."
|
||||
.. " You may experience a timeout. (by "
|
||||
.. name .. ")")
|
||||
core.clear_objects(options)
|
||||
core.log("action", "Object clearing done.")
|
||||
|
Loading…
Reference in New Issue
Block a user