Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fix issue #4
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
Geolykt committed Jul 1, 2020
1 parent c5d9633 commit eddcf5e
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import zedly.zenchantments.enchantments.Spectral;
import zedly.zenchantments.enums.Tool;
import zedly.zenchantments.evt.AnvilMerge;
import zedly.zenchantments.evt.WatcherEnchant;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ public Set<Class<? extends CustomEnchantment>> getConflicting() {
}

public Builder<T> conflicting() {

customEnchantment.setConflicting(new HashSet<Class<? extends CustomEnchantment>>());
return this;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.bukkit.plugin.java.JavaPlugin;
import zedly.zenchantments.enchantments.*;
import zedly.zenchantments.enums.Frequency;
import zedly.zenchantments.evt.AnvilMerge;
import zedly.zenchantments.evt.Watcher;
import zedly.zenchantments.evt.WatcherArrow;
import zedly.zenchantments.evt.WatcherEnchant;
Expand Down
Loading

0 comments on commit eddcf5e

Please sign in to comment.