mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 19:36:41 +00:00
Refactor confirmation
This commit is contained in:
@ -23,7 +23,7 @@ package com.sk89q.worldedit.event;
|
||||
* An abstract implementation of {@link Cancellable} that has all
|
||||
* of {@link Cancellable}'s methods implemented.
|
||||
*/
|
||||
public abstract class AbstractCancellable implements Cancellable {
|
||||
public abstract class AbstractCancellable extends Event implements Cancellable {
|
||||
|
||||
private boolean cancelled;
|
||||
|
||||
|
Reference in New Issue
Block a user