Skip to content

Commit

Permalink
⚡️ remove unnecessary extra semicolon ; separator from all telemetr…
Browse files Browse the repository at this point in the history
…y tags
  • Loading branch information
TheAfroOfDoom committed Oct 25, 2024
1 parent 8303467 commit 81ddd4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see `schema/setup` function for what these letters mean
$data modify storage omegaflowey:telemetry temp.booth_next_str set value '$(n);$(t);$(u);'
$data modify storage omegaflowey:telemetry temp.booth_next_str set value '$(n);$(t);$(u)'
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ $data modify storage omegaflowey:telemetry temp.bossfight_next_str set value '\
$(tick);\
$(player_id);\
$(player_gamemode);\
$(player_health);\
$(player_health)\
'
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
$data modify storage omegaflowey:telemetry temp.bossfight_next_str set value '\
$(name);\
$(tick);\
$(data);\
$(data)\
'

0 comments on commit 81ddd4a

Please sign in to comment.