Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 24e8cd6 commit 698c4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/lib/others/soulpit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SoulPit = {
end

return false
end
end,
}

SoulPit.zone:addArea(Position(32365, 31134, 8), Position(32382, 31152, 8))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
zoneEvent:register()

local soulPitAction = Action()
function soulPitAction.onUse(player, item, fromPosition, target, toPosition, isHotkey)
function soulPitAction.onUse(player, item, fromPosition, target, toPosition, isHotkey)
if SoulPit.onFuseSoulCores(player, item, target) then
return true
end
Expand Down

0 comments on commit 698c4e0

Please sign in to comment.