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

Update AutoDisenchantEvent.java

This commit is contained in:
Poma123 2019-11-16 17:03:56 +01:00 committed by GitHub
parent da0fe57ab7
commit 87caf6ee45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ public class AutoDisenchantEvent extends Event implements Cancellable {
private final ItemStack item; private final ItemStack item;
private boolean cancelled; private boolean cancelled;
public AutoDisenchantEvent(ItemStack item){ public AutoDisenchantEvent(ItemStack item) {
super(true); super(true);
this.item = item; this.item = item;
} }