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

Update AutoDisenchanter.java

This commit is contained in:
Poma123 2019-11-16 16:29:59 +01:00 committed by GitHub
parent 537fc57f48
commit 201159f3bf
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);
Bukkit.getPluginManager().callEvent(event);
if event.isCancelled()) {
if (event.isCancelled()) {
return;
}