Skip to content

Commit 8f15828

Browse files
committed
Fix double message on 1 point lost
1 parent 97ac2b0 commit 8f15828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/stack_attack_arena/functions/players/death.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# called by stack_attack_arena:players/leave_arena
44

55
# announce to self
6-
execute if score @s sat_match_value matches 1.. run function stack_attack_arena:players/announcements/death/lost_points
6+
execute if score @s sat_match_value matches 2.. run function stack_attack_arena:players/announcements/death/lost_points
77
execute if score @s sat_match_value matches 1 run function stack_attack_arena:players/announcements/death/lost_point
88
execute unless score @s sat_match_value matches 1.. run tellraw @s ["",{"text":"["},{"text":"S","color":"yellow"},{"text":"tack ","color":"light_purple"},{"text":"A","color":"blue"},{"text":"ttack","color":"green"},{"text":"] ","color":"none"},{"text":"You died!","color":"red"}]
99

0 commit comments

Comments
 (0)