Remove unused import in AFK event

This commit is contained in:
md678685 2019-06-09 12:21:25 +01:00 committed by GitHub
parent 94131edb32
commit 0d9387458d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
package net.ess3.api.events;
import net.ess3.api.IUser;
import org.bukkit.Bukkit;
public class AfkStatusChangeEvent extends StatusChangeEvent {