Skip to content

Commit

Permalink
タイポを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Oct 11, 2024
1 parent 612d733 commit db95557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/action_wheel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ events.TICK:register(function ()
if ActionWheel.SkullState ~= ActionWheel.CurrentSkullState then
pings.main4_action3(ActionWheel.SkullState)
Config.saveConfig("skull", ActionWheel.SkullState)
sounds:playSound(CompatibilityUtils:checkSound("minecrarft:entity.item.pickup"), player:getPos(), 1, 0.5)
sounds:playSound(CompatibilityUtils:checkSound("minecraft:entity.item.pickup"), player:getPos(), 1, 0.5)
print(Language.getTranslate("action_wheel__main_4__action_3__done_first")..Language.getTranslate("skull__"..Skull.SkullList[ActionWheel.SkullState])..Language.getTranslate("action_wheel__main_4__action_3__done_last"))
end
end
Expand Down

0 comments on commit db95557

Please sign in to comment.