Skip to content

Commit

Permalink
🐛 予期しない OMD にデータが代入される可能性があるのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Oct 20, 2024
1 parent 0365f7c commit 9d115e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
execute if score @s MobID matches -2147483648..2147483647 run function oh_my_dat:please

# フィールドを元に戻す
data modify storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].MobField set from storage asset:context this
execute if score @s MobID matches -2147483648..2147483647 run data modify storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].MobField set from storage asset:context this

# リセット
data remove storage asset:context this
Expand Down

0 comments on commit 9d115e6

Please sign in to comment.