Skip to content

Commit

Permalink
use live role not host role
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 22, 2024
1 parent d0e792f commit dd3468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lt/function/donation_effects/scale/set.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
execute store result storage lt:hosts scale double 0.1 run scoreboard players get Scale events.hosts
execute as @a[role=host] run function lt:donation_effects/scale/set2 with storage lt:hosts
execute as @a[role=live] run function lt:donation_effects/scale/set2 with storage lt:hosts
execute as @a[tag=fake_host] run function lt:donation_effects/scale/set2 with storage lt:hosts

0 comments on commit dd3468c

Please sign in to comment.