mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 11:49:34 +01:00
Removed package manager remnants, added FLAVR network (WIP)
This commit is contained in:
@@ -134,7 +134,7 @@ namespace Flowframes.IO
|
||||
|
||||
foreach (AI ai in Networks.networks)
|
||||
{
|
||||
string aiPkgFolder = PkgUtils.GetPkgFolder(ai.pkg);
|
||||
string aiPkgFolder = Path.Combine(Paths.GetPkgPath(), ai.pkgDir);
|
||||
string modelsFile = Path.Combine(aiPkgFolder, "models.txt");
|
||||
if (!File.Exists(modelsFile)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user