setCancelled should probably not be hard-coded to true or it could put
fernferrets in danger of self-implosion.
This commit is contained in:
parent
ef1c779ff5
commit
2c37ce1367
@ -38,7 +38,7 @@ public class EntityCreatePortalEvent extends EntityEvent implements Cancellable
|
||||
}
|
||||
|
||||
public void setCancelled(boolean cancel) {
|
||||
this.cancelled = true;
|
||||
this.cancelled = cancel;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user