Builtin: Improve /clearobjects message (#9084)

This commit is contained in:
Alistair Findlay 2019-11-03 05:28:55 +11:00 committed by SmallJoker
parent f2e62298a5
commit 5f835a72b2
1 changed files with 2 additions and 2 deletions

View File

@ -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.")