Skip to content

Commit

Permalink
⚰️ remove nonfunctional "0 pages" log
Browse files Browse the repository at this point in the history
- this never ran because of us initiailizing at least 1 page always in the data
  • Loading branch information
TheAfroOfDoom committed Oct 25, 2024
1 parent 81ddd4a commit 71e6c1f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ tellraw @s [ { "storage": "omegaflowey:telemetry", "nbt": "data.booth_basetick"

# math.0 = total page count
execute store result score @s omegaflowey.math.0 run data get storage omegaflowey:telemetry data.booth
execute if score @s omegaflowey.math.0 matches 0 run \
tellraw @s [ { "text": "\nbooth", "color": "yellow", "underlined": true } ]
execute if score @s omegaflowey.math.0 matches 0 run return run \
tellraw @s [ { "text": "none", "color": "gray" } ]

# math.1 = current page index
scoreboard players set @s omegaflowey.math.1 0
Expand Down

0 comments on commit 71e6c1f

Please sign in to comment.