From 5f835a72b22b7a8830f7c9a1710f1ba361a7bbb1 Mon Sep 17 00:00:00 2001 From: Alistair Findlay Date: Sun, 3 Nov 2019 05:28:55 +1100 Subject: [PATCH] Builtin: Improve /clearobjects message (#9084) --- builtin/game/chat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/game/chat.lua b/builtin/game/chat.lua index ad703b94c..424cbfe3f 100644 --- a/builtin/game/chat.lua +++ b/builtin/game/chat.lua @@ -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.")