Skip to content

Commit 5f835a7

Browse files
psypheriumSmallJoker
authored andcommittedNov 2, 2019
Builtin: Improve /clearobjects message (#9084)
1 parent f2e6229 commit 5f835a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎builtin/game/chat.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,8 @@ core.register_chatcommand("clearobjects", {
981981

982982
core.log("action", name .. " clears all objects ("
983983
.. options.mode .. " mode).")
984-
core.chat_send_all("Clearing all objects. This may take long."
985-
.. " You may experience a timeout. (by "
984+
core.chat_send_all("Clearing all objects. This may take a long time."
985+
.. " You may experience a timeout. (by "
986986
.. name .. ")")
987987
core.clear_objects(options)
988988
core.log("action", "Object clearing done.")

0 commit comments

Comments
 (0)
Please sign in to comment.