mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Merge branch 'core'
This commit is contained in:
@@ -30,7 +30,7 @@ function Sync.print(player_message,player_name,player_tag,player_colour,prefix)
|
|||||||
local prefix = prefix and prefix..' ' or ''
|
local prefix = prefix and prefix..' ' or ''
|
||||||
if player then
|
if player then
|
||||||
tag = ' '..player.tag
|
tag = ' '..player.tag
|
||||||
colour = player.color
|
colour = player.chat_color
|
||||||
player_name = player.name
|
player_name = player.name
|
||||||
else
|
else
|
||||||
if colour:find('#') then
|
if colour:find('#') then
|
||||||
|
|||||||
Reference in New Issue
Block a user