[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -8,7 +8,6 @@ import org.bukkit.event.HandlerList;
|
||||
/**
|
||||
* Holds information for player movement events
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class PlayerMoveEvent extends PlayerEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
private boolean cancel = false;
|
||||
|
||||
Reference in New Issue
Block a user