Skip to content

Commit

Permalink
fully rename start_confirmed to start_c
Browse files Browse the repository at this point in the history
close one
  • Loading branch information
katelyynn committed Nov 20, 2022
1 parent 11f709f commit a7fe45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/vip/functions/start.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ execute if score team_count global matches 4 if entity @a[team=red] if entity @a
execute unless score start_confirmed internal matches 1.. run tellraw @s ["",{"text":"[","color":"dark_gray"},{"text":"X","color":"red","bold":true},{"text":"] ","color":"dark_gray"},{"text":"Cannot start, check everyone is on a team (R+B for 2, R+B+G for 3, R+B+G+Y for 4).\n If you are on an admin team, your gamemode will not be updated upon starting!","color":"green"}]

# if confirmed
execute if score start_confirmed internal matches 1.. run function vip:start_confirmed
execute if score start_confirmed internal matches 1.. run function vip:start_c

0 comments on commit a7fe45e

Please sign in to comment.