Skip to content

Commit

Permalink
DP | Typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Sep 2, 2024
1 parent 3d16068 commit 59e0bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion nnb_main/data/nnb_main/function/reset_round.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
tellraw @s "<yellow> \u26a0 | No Votes - Restarting"
tellraw @a "<yellow> \u26a0 | No Votes - Restarting"
scoreboard players set start_timer nn_lobby 0
scoreboard players set phase nn_lobby 4
4 changes: 2 additions & 2 deletions nnb_main/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ function round_manager() {

// 🔄️ No Votes - Reset Round
function reset_round() {
Text.tellraw(@s, "<yellow> ⚠ | No Votes - Restarting");
coreboard players set start_timer nn_lobby 0;
Text.tellraw(@a, "<yellow> ⚠ | No Votes - Restarting");
scoreboard players set start_timer nn_lobby 0;
scoreboard players set phase nn_lobby 4;
}

Expand Down

0 comments on commit 59e0bac

Please sign in to comment.