13
0
geforkt von Mirrors/Paper

forgot to initialize cancel

By: durron597 <martin.jared@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-09 12:33:27 -05:00
Ursprung f95c139dd6
Commit 83dea7c90f

Datei anzeigen

@ -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;
}
/**