geforkt von Mirrors/Paper
forgot to initialize cancel
By: durron597 <martin.jared@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
f95c139dd6
Commit
83dea7c90f
@ -27,6 +27,7 @@ public class BlockInteractEvent extends BlockEvent implements Cancellable {
|
||||
public BlockInteractEvent(Type type, Block interactedBlock, LivingEntity who) {
|
||||
super(type, interactedBlock);
|
||||
theEntity = who;
|
||||
cancel = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren