Update/bacon plugs v2.7.0 (#757)
* update BaconPlugs to v2.7.0 * add new modules and includes * remove unused modules from manifest * disable PleaseQuit
This commit is contained in:
parent
7de92b7220
commit
d926c0b168
3 changed files with 9 additions and 1 deletions
|
@ -1582,6 +1582,12 @@ static void initStatic__Bacon()
|
|||
p->addModel(modelPolyGenerator);
|
||||
p->addModel(modelLintBuddy);
|
||||
p->addModel(modelLuckyHold);
|
||||
p->addModel(modelPatchNameDisplay);
|
||||
|
||||
// Used for testing or not practical
|
||||
spl.removeModule("ContrastBNDEditor");
|
||||
spl.removeModule("BaconTest");
|
||||
spl.removeModule("PleaseQuit");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue