Skip to content

Commit

Permalink
unbreak <entry> tags
Browse files Browse the repository at this point in the history
I blame other people for not telling me I broke this.
  • Loading branch information
mcmonkey4eva committed Dec 3, 2014
1 parent 1ba50ad commit edc1adc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public void contextTags(ReplaceableTagEvent event) {


// Get a saved script entry!
@EventHandler
@TagManager.TagEvents
public void savedEntryTags(ReplaceableTagEvent event) {
if (!event.matches("entry", "e")
|| event.getScriptEntry() == null
Expand Down

0 comments on commit edc1adc

Please sign in to comment.