All pastes #2058484 Raw Edit

Something

public text v1 · immutable
#2058484 ·published 2011-05-13 17:19 UTC
rendered paste body
	public void onBlockIgnite (BlockIgniteEvent event){
		if (! plugin.isEnabled()) return;
		if (! event.getCause().equals(BlockIgniteEvent.IgniteCause.FLINT_AND_STEEL)){
			event.setCancelled(true);
			plugin.out("Hindered fire spread");
		}
	}