From 779e6e34b941665c7ee7b199e1b8fbc90b0719a7 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Wed, 4 Apr 2018 22:01:20 +0100 Subject: [PATCH] Sync Print How Uses Chat COlour --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 01a45b08..fa8fd5c7 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -30,7 +30,7 @@ function Sync.print(player_message,player_name,player_tag,player_colour,prefix) local prefix = prefix and prefix..' ' or '' if player then tag = ' '..player.tag - colour = player.color + colour = player.chat_color player_name = player.name else if colour:find('#') then