Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
I just woke up, shut up.
  • Loading branch information
mcmonkey4eva committed Jan 3, 2015
1 parent c974d20 commit eae0cb1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -492,7 +492,7 @@ public void blockIgnite(BlockIgniteEvent event) {
context.put("location", new dLocation(event.getBlock().getLocation()));
context.put("material", material);
if (event.getIgnitingEntity() != null) {
context.put("entitiy", new dEntity(event.getIgnitingEntity()));
context.put("entity", new dEntity(event.getIgnitingEntity()));
}

String determination = EventManager.doEvents(Arrays.asList
Expand Down

0 comments on commit eae0cb1

Please sign in to comment.