Skip to content

Commit

Permalink
bold up X icon
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Jul 20, 2022
1 parent 4cd0f39 commit 68b2f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/acrace/functions/start.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ execute if score alive internal matches 2.. run scoreboard players set can_start


# run
execute unless score can_start internal matches 1.. run tellraw @s ["",{"text":"[","color":"dark_gray"},{"text":"X","color":"red"},{"text":"] ","color":"dark_gray"},{"text":"Cannot start, atleast 2 people required for Achievement Race.","color":"red"}]
execute unless score can_start internal matches 1.. run tellraw @s ["",{"text":"[","color":"dark_gray"},{"text":"X","color":"red","bold":true},{"text":"] ","color":"dark_gray"},{"text":"Cannot start, atleast 2 people required for Achievement Race.","color":"red"}]
execute if score can_start internal matches 1.. run function acrace:start_c

0 comments on commit 68b2f46

Please sign in to comment.