From 872e4d443441d308a15381e00708867db8b32ba4 Mon Sep 17 00:00:00 2001 From: washikano Date: Wed, 10 Apr 2024 00:03:59 -0600 Subject: [PATCH] Modified Biset Tree --- plugins/Biset | 2 +- plugins/plugins.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Biset b/plugins/Biset index a3acddc..7a24e65 160000 --- a/plugins/Biset +++ b/plugins/Biset @@ -1 +1 @@ -Subproject commit a3acddc30732700b91f27075488b914c38b9dcdf +Subproject commit 7a24e65d338053369318cb5211cc4ebe8b19aa4c diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 6e19beb..f9bad02 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -1642,8 +1642,8 @@ static void initStatic__Biset() p->addModel(modelRegexCondensed); p->addModel(modelRegexExp); - p->addModel(modelTree); - p->addModel(modelTreeSeed); + p->addModel(modelBisetTree); + p->addModel(modelBisetTreeSeed); p->addModel(modelGbu); p->addModel(modelPkm);