Skip to content

Commit

Permalink
🐛 Pitchout ending: now respawning in lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoupy51 committed Sep 22, 2024
1 parent 8626a36 commit 6883b74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function switch:translations/modes_pitchout_process_end
execute if score #process_end switch.data matches 1 as @a[tag=!detached,sort=random] run function switch:modes/pitchout/joined
execute if score #process_end switch.data matches 1 as @a[tag=!detached] run function switch:player/trigger/rating/print_current_game

execute if score #process_end switch.data matches 200 in minecraft:overworld run spawnpoint @a[tag=!detached] 0 70 0
execute if score #process_end switch.data matches 200 run kill @a[tag=!detached]
execute if score #process_end switch.data matches 200 run function switch:engine/restart

0 comments on commit 6883b74

Please # to comment.