Skip to content

Commit

Permalink
fix accidental flaghandlers deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 28, 2022
1 parent 061d610 commit 7096eb6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -496,6 +496,7 @@ public boolean isTruthy() {

public static void registerTags() {

AbstractFlagTracker.registerFlagHandlers(tagProcessor);
PropertyParser.registerPropertyTagHandlers(ItemTag.class, tagProcessor);

// <--[tag]
Expand Down

0 comments on commit 7096eb6

Please sign in to comment.