mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
Removed package manager remnants, added FLAVR network (WIP)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user