Removed package manager remnants, added FLAVR network (WIP)

This commit is contained in:
N00MKRAD
2021-03-11 12:58:18 +01:00
parent 96189e705b
commit 692f6c9be9
16 changed files with 24 additions and 104 deletions

View File

@@ -339,7 +339,7 @@ namespace Flowframes.Main
public static bool CheckAiAvailable(AI ai)
{
if (!PkgUtils.IsAiAvailable(ai))
if (IOUtils.GetAmountOfFiles(Path.Combine(Paths.GetPkgPath(), ai.pkgDir), true) < 1)
{
ShowMessage("The selected AI is not installed!", "Error");
I.Cancel("Selected AI not available.", true);