From 26183fba462783fe3f77a308ebac9610bf8b5bbe Mon Sep 17 00:00:00 2001 From: ehrumsey Date: Sun, 16 Feb 2025 18:17:35 -0600 Subject: [PATCH] fix transportSMP to run smp function --- data/ferdinland/function/command/trigger.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ferdinland/function/command/trigger.mcfunction b/data/ferdinland/function/command/trigger.mcfunction index 16533a3..393aa0a 100644 --- a/data/ferdinland/function/command/trigger.mcfunction +++ b/data/ferdinland/function/command/trigger.mcfunction @@ -3,7 +3,7 @@ execute as @a[scores={transportCreative=1..}] run function ferdinland:command/tr scoreboard players set @a transportCreative 0 scoreboard players enable @a transportSMP -execute as @a[scores={transportSMP=1..}] run function ferdinland:command/transport_creative +execute as @a[scores={transportSMP=1..}] run function ferdinland:command/transport_smp scoreboard players set @a transportSMP 0 scoreboard players enable @a menu