mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
Fixed sprint artifacts
This commit is contained in:
parent
71437e9eb4
commit
bc7c6e8d62
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user