Fixed another import
This commit is contained in:
parent
a782d287b0
commit
73629cbd64
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
package buttondevteam.discordplugin;
|
package buttondevteam.discordplugin;
|
||||||
|
|
||||||
import org.bukkit.event.Event;
|
import org.bukkit.event.Event;
|
||||||
|
import buttondevteam.lib.EventExceptionHandler;
|
||||||
|
|
||||||
public class EventExceptionDiscordSender implements EventExceptionHandler {
|
public class EventExceptionDiscordSender extends EventExceptionHandler {
|
||||||
@Override
|
@Override
|
||||||
public boolean handle(Throwable ex, Event event) {
|
public boolean handle(Throwable ex, Event event) {
|
||||||
TBMCDiscordAPI.SendException(ex, "An error occured while executing " + event.getEventName() + "!");
|
TBMCDiscordAPI.SendException(ex, "An error occured while executing " + event.getEventName() + "!");
|
||||||
|
|
Loading…
Reference in a new issue