Skip to content

Commit

Permalink
余分な改行を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Mar 5, 2025
1 parent 9f346ed commit bf9703e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ General = {
if host:isHost() then
for _, effect in ipairs(host:getStatusEffects()) do
local effectName = effect.name:match("minecraft[%.:](.+)$")

if effectName == name then
return effect
end
Expand Down

0 comments on commit bf9703e

Please sign in to comment.