mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-18 17:37:48 +01:00
Removed package manager remnants, added FLAVR network (WIP)
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Flowframes.UI
|
||||
|
||||
try
|
||||
{
|
||||
string pkgPath = PkgUtils.GetPkgFolder(ai.pkg);
|
||||
string pkgPath = Path.Combine(Paths.GetPkgPath(), ai.pkgDir);
|
||||
string modelsFile = Path.Combine(pkgPath, "models.txt");
|
||||
string[] modelsWithDec = IOUtils.ReadLines(modelsFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user