Skip to content

Commit

Permalink
range check on input
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Oct 9, 2022
1 parent 5a3f5c9 commit 601b4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scoreboard players remove multiplied_achievements global 1
execute if score multiplied_achievements global matches 2.. run scoreboard players remove multiplied_achievements global 1
function acrace:setup/sfx/off
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scoreboard players add multiplied_achievements global 1
execute if score multiplied_achievements global matches ..10 run scoreboard players add multiplied_achievements global 1
function acrace:setup/sfx/on

0 comments on commit 601b4b5

Please sign in to comment.