Catch more exceptions when doing WG reflection checks

This commit is contained in:
nossr50
2019-09-19 17:21:25 -07:00
parent 51a373db4f
commit 28c0215a93
5 changed files with 1 additions and 8 deletions

View File

@ -6,7 +6,6 @@ import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import org.bukkit.event.player.PlayerEvent;
public class McMMOPlayerProfileLoadEvent extends Event implements Cancellable {
private boolean cancelled;