Navigation Menu

Skip to content

Commit

Permalink
Builtin: Improve /clearobjects message (#9084)
Browse files Browse the repository at this point in the history
  • Loading branch information
psypherium authored and SmallJoker committed Nov 2, 2019
1 parent f2e6229 commit 5f835a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/game/chat.lua
Expand Up @@ -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.")
Expand Down

0 comments on commit 5f835a7

Please sign in to comment.