1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Update AutoDisenchanter.java

This commit is contained in:
Poma123 2019-11-16 16:27:15 +01:00 committed by GitHub
parent d18adecb9a
commit 537fc57f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ public class AutoDisenchanter extends AContainer {
DisenchanterEvent event = new DisenchanterEvent(item); DisenchanterEvent event = new DisenchanterEvent(item);
Bukkit.getPluginManager().callEvent(event); Bukkit.getPluginManager().callEvent(event);
if ((event).isCancelled()) { if event.isCancelled()) {
return; return;
} }