Sync Print How Uses Chat COlour

This commit is contained in:
Cooldude2606
2018-04-04 22:01:20 +01:00
committed by Unknown
parent f2f4df4c6d
commit 779e6e34b9

View File

@@ -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