[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -6,9 +6,7 @@ import org.bukkit.event.Event;
|
||||
/**
|
||||
* Represents a painting-related event.
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public abstract class PaintingEvent extends Event {
|
||||
|
||||
protected Painting painting;
|
||||
|
||||
protected PaintingEvent(final Painting painting) {
|
||||
|
||||
Reference in New Issue
Block a user