Skip to content

Commit 51d18da

Browse files
committed
Remove debug output
1 parent c8fd58d commit 51d18da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/stack_attack_arena/functions/round/timer/announcements.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# @s = players in arenas with sat_arena_state 1, sat_round_timer=0
33
# at arenas with sat_arena_state 1, sat_round_timer=0
44
# called by stack_attack_arena:round/timer/go
5-
say ran
5+
66
# title
77
title @s title ["",{"text":"GO!","color":"blue"}]
88

data/stack_attack_arena/functions/round/timer/go.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# @s = arenas with sat_arena_state 1, sat_round_timer=0
33
# at @s
44
# called by stack_attack_arena:round/starting
5-
say go
5+
66
# calculate point gain potential for tellraw
77
scoreboard players operation match_value sat_match_value = @s sat_match_value
88

0 commit comments

Comments
 (0)