From c561f5409e6ae343a7ea0636da120134aa7351b9 Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Sun, 7 Jun 2020 23:35:18 +0200 Subject: [PATCH] itty bitty tiny tweak --- chatbot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot.lua b/chatbot.lua index 68433b03..663ce322 100644 --- a/chatbot.lua +++ b/chatbot.lua @@ -200,7 +200,7 @@ local function on_console_command(event) local server_time = Server.get_current_time() if server_time then - server_time = format('(Server time: %s)', Timestamp.to_string(server_time)) + server_time = format(' (Server time: %s)', Timestamp.to_string(server_time)) else server_time = '" at tick: ' .. game.tick end