Still Testing

This commit is contained in:
Cooldude2606
2018-03-14 20:17:58 +00:00
parent 13db02d193
commit 4f03bf8579

View File

@@ -52,11 +52,13 @@ function ExpLib.server_print(player_message,player_name,player_tag,player_colour
else
if defines.color[player_colour] then
colour = defines.color[player_colour]
player_return({game.tick..'-2',colour},nil,1)
else
colour = Color.from_hex(colour)
player_return({game.tick..'-3',colour},nil,1)
end
end
player_return({game.tick..'-2',colour},nil,1)
player_return({game.tick..'-4',colour},nil,1)
game.print(player_name..tag..': '..player_message,colour)
end