We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f758 commit bcdb954Copy full SHA for bcdb954
data/stack_attack_lobby/functions/launch/launch_conditions.mcfunction
@@ -2,10 +2,6 @@
2
# at @s
3
# called by stack_attack_lobby:lobby
4
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
-
9
# look for a free arena if there are enough players around
10
execute if score players_in_queue sat_data >= required_players sat_data run function stack_attack_lobby:launch/find_arena
11
0 commit comments