-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Every time I try to compile a moveset mod I made, I get this error:
Unhandled Exception: System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable1 source, Func2 predicate)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileSingleCommand(String line)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileCommands(String[] lines)
at SALT.Scripting.AnimCMD.ACMDCompiler.Compile(String input)
at SALT.Scripting.AnimCMD.ACMDCompiler.CompileFile(String filepath)
at FitCompiler.Program.compile_acmd(String mlist, String output)
at FitCompiler.Program.Main(String[] args)
Reactions are currently unavailable