Skip to content

Commit bcdb954

Browse files
committed
Remove unnecessary player count calculation
1 parent 538f758 commit bcdb954

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

data/stack_attack_lobby/functions/launch/launch_conditions.mcfunction

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# at @s
33
# called by stack_attack_lobby:lobby
44

5-
# calculate players in lobby
6-
scoreboard players reset players_in_queue sat_data
7-
execute as @a[tag=sat_waiting_for_game] run scoreboard players add players_in_queue sat_data 1
8-
95
# look for a free arena if there are enough players around
106
execute if score players_in_queue sat_data >= required_players sat_data run function stack_attack_lobby:launch/find_arena
117

0 commit comments

Comments
 (0)