Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InQuognito committed Jan 13, 2025
1 parent 09e87b7 commit 3966dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tag @s add contains_player

execute as @p[predicate=ssbrc:flag/player,tag=!barrel_cannon.in,distance=..1] run function ssbrc:stage/frozen_hijinx/logic/barrel_cannon/players/load
execute as @p[predicate=ssbrc:flag/player,tag=!barrel_cannon.in,distance=..1.5] run function ssbrc:stage/frozen_hijinx/logic/barrel_cannon/players/load
scoreboard players operation @s id = id_to_match temp

execute as @a[predicate=ssbrc:id_match,limit=1] run say im the target for some reason
ride @a[predicate=ssbrc:id_match,limit=1] mount @s
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ effect give @s minecraft:invisibility 2 0 true
effect give @s minecraft:resistance 2 255 true

scoreboard players operation id_to_match temp = @s id

say put me in coach

0 comments on commit 3966dcf

Please sign in to comment.