Skip to content

Commit

Permalink
Merge pull request #994 from ImYenil/Fix-DespawnableProvider
Browse files Browse the repository at this point in the history
Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4
  • Loading branch information
andrei1058 authored Apr 20, 2024
2 parents 9c9c80c + 332f93e commit c23cbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ protected void applyDefaultSettings(org.bukkit.entity.@NotNull LivingEntity bukk
var entity = ((EntityInsentient)((CraftEntity)bukkitEntity).getHandle());
Objects.requireNonNull(entity.a(GenericAttributes.a)).a(attr.health());
Objects.requireNonNull(entity.a(GenericAttributes.d)).a(attr.speed());
Objects.requireNonNull(entity.a(GenericAttributes.f)).a(attr.damage());
Objects.requireNonNull(entity.a(GenericAttributes.c)).a(attr.damage());
}
}

0 comments on commit c23cbb6

Please sign in to comment.