1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

Use to_discord_bold to be consistent

This commit is contained in:
Aleksander Mistewicz 2020-01-06 03:20:48 +01:00
parent 038f97d8ab
commit 53082d19c2

View File

@ -312,7 +312,7 @@ function join_team(player, force_name, forced_join)
if global.tm_custom_name[player.force.name] then c = global.tm_custom_name[player.force.name] end
local message = table.concat({player.name, " has joined team ", c, "!"})
game.print(message, {r = 0.98, g = 0.66, b = 0.22})
Server.to_discord(message)
Server.to_discord_bold(message)
end
local i = player.get_inventory(defines.inventory.character_main)
i.clear()