geforkt von Mirrors/Paper
setCancelled should probably not be hard-coded to true or it could put
fernferrets in danger of self-implosion. By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
552bb7f085
Commit
60f92a8572
@ -38,7 +38,7 @@ public class EntityCreatePortalEvent extends EntityEvent implements Cancellable
|
||||
}
|
||||
|
||||
public void setCancelled(boolean cancel) {
|
||||
this.cancelled = true;
|
||||
this.cancelled = cancel;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren