Skip to content

Commit

Permalink
🗑️ 不要なデバッグ用コードを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Jan 10, 2024
1 parent c07dde2 commit 7a5f509
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions data/ashen_lib/functions/tick/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
# time query
execute store result storage global Time int 1 run time query gametime

# entity storage
execute as @e unless score @s Ashen.IndexStorage.ID matches 0.. run function indexstorage:provide/

# player
execute as @a at @s run function ashen_lib:tick/player/

Expand Down
2 changes: 1 addition & 1 deletion data/ashen_lib/functions/tick/player/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
function #ashen_lib:tick/player/

# Reset
tag @s remove this
function ashen_lib:tick/player/reset
tag @s remove this

0 comments on commit 7a5f509

Please sign in to comment.