Skip to content

Commit

Permalink
This time for real!
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 3, 2025
1 parent 9f48ff6 commit 0f941e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ private void initMap()

public RabbitProperties()
{
initMap();
VARIANT.withValidInput(typeMap.keySet());

registerSingle(VARIANT);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private void initMap()

public WolfProperties()
{
initMap();
VARIANT.withValidInput(variantMap.keySet());

registerSingle(VARIANT);
Expand Down

0 comments on commit 0f941e0

Please sign in to comment.