From a7fe45e5a9cad99d0e90cd52029d3915f540e3bb Mon Sep 17 00:00:00 2001 From: plexion <46572320+plexiondev@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:01:15 +0000 Subject: [PATCH] fully rename `start_confirmed` to `start_c` close one --- data/vip/functions/start.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/vip/functions/start.mcfunction b/data/vip/functions/start.mcfunction index 1c551d7..8fe1ef1 100644 --- a/data/vip/functions/start.mcfunction +++ b/data/vip/functions/start.mcfunction @@ -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 \ No newline at end of file +execute if score start_confirmed internal matches 1.. run function vip:start_c \ No newline at end of file