From cb73aededbd1c11c310e9b636ba06085f4f24c8f Mon Sep 17 00:00:00 2001 From: DinnerBeef Date: Thu, 2 Nov 2023 15:50:24 -0500 Subject: [PATCH] Fixed a bug in the hunt --- data/lt/functions/game/minigolf/core/42.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lt/functions/game/minigolf/core/42.mcfunction b/data/lt/functions/game/minigolf/core/42.mcfunction index 7e553cb6..7d40469e 100644 --- a/data/lt/functions/game/minigolf/core/42.mcfunction +++ b/data/lt/functions/game/minigolf/core/42.mcfunction @@ -20,4 +20,4 @@ execute if entity @s[tag=hole20Player] run tag @s remove scavengerHunt_42 execute if entity @s[tag=hole21Player] run tag @s remove scavengerHunt_42 execute if entity @s[tag=hole22Player] run tag @s remove scavengerHunt_42 execute if entity @s[tag=hole23Player] run tag @s remove scavengerHunt_42 -execute if entity @s[tag=hole02Player,tag=scavengerHunt_42] as @s at @s run function lt:game/scavenger_hunt/teleport \ No newline at end of file +execute if entity @s[tag=hole02Player,tag=scavengerHunt_42] as @s[tag=scavengerHunt06] at @s run function lt:game/scavenger_hunt/teleport \ No newline at end of file