Skip to content

Commit

Permalink
🐛 fix DEMO not being deleted if player leaves while it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 24, 2024
1 parent 57ac65e commit af4c6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
execute if entity @s[tag=boss_fight] run kill @s
execute if entity @s[tag=attack] run kill @s
execute if entity @s[tag=soul] run kill @s
execute if entity @s[tag=boss_fight.decorative] run kill @s
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ summon minecraft:text_display -156.5 43.0625 76.0 { \
Tags: [ \
"omega-flowey-remastered", \
"directorial", \
"directorial-decorative", \
"boss_fight.decorative", \
"demo-intro-title", \
], \
alignment: "center", \
Expand Down

0 comments on commit af4c6c6

Please sign in to comment.