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

Update DisenchanterEvent.java

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

View File

@ -9,7 +9,7 @@ public class DisenchanterEvent extends Event implements Cancellable {
private static final HandlerList handlers = new HandlerList();
private ItemStack sfItem;
private final ItemStack sfItem;
private boolean cancelled;
public HandlerList getHandlers() {