setCancelled should probably not be hard-coded to true or it could put

fernferrets in danger of self-implosion.
This commit is contained in:
EvilSeph
2012-02-05 01:56:06 -05:00
parent 50939e7769
commit b5a19bb632

View File

@@ -38,7 +38,7 @@ public class EntityCreatePortalEvent extends EntityEvent implements Cancellable
}
public void setCancelled(boolean cancel) {
this.cancelled = true;
this.cancelled = cancel;
}
/**