Fixed sprint artifacts

This commit is contained in:
Auxilor 2022-01-17 16:50:48 +00:00
parent 71437e9eb4
commit bc7c6e8d62

View File

@ -47,6 +47,10 @@ public class SprintArtifactsListener implements Listener {
}
Artifact artifact = (Artifact) matching.get();
if (!artifact.areRequirementsMet(player)) {
return;
}
if (!EnchantChecks.boots(player, artifact)) {
return;
}