mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Builtin: Improve /clearobjects message (#9084)
This commit is contained in:
committed by
SmallJoker
parent
f2e62298a5
commit
5f835a72b2
@ -981,7 +981,7 @@ 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."
|
||||
core.chat_send_all("Clearing all objects. This may take a long time."
|
||||
.. " You may experience a timeout. (by "
|
||||
.. name .. ")")
|
||||
core.clear_objects(options)
|
||||
|
Reference in New Issue
Block a user