From 99addd12fc9d131f18557f2878fd9e1cb8a9bf1e Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 30 May 2024 21:29:42 +0200 Subject: [PATCH] Updated chat message formatting --- rscr/controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rscr/controller.lua b/rscr/controller.lua index 8d7c79e..ddc71cf 100644 --- a/rscr/controller.lua +++ b/rscr/controller.lua @@ -110,7 +110,7 @@ local set_timeout = function() end if #set_times >= 20 then if chatbox then - peripheral.call(chatbox, "sendMessage", "Hey! Stop that!", config.controller_name.." speed controller") + peripheral.call(chatbox, "sendMessage", "Hey! Stop that!", "§6"..config.controller_name, "()", "§6") end return false else -- 2.30.2