Add last IPC tests, fix some problems with them, increment API Version to 5.

This commit is contained in:
Ottermandias 2022-06-22 17:02:31 +02:00
parent f17e9be824
commit 311882948a
6 changed files with 126 additions and 34 deletions

View file

@ -117,7 +117,7 @@ public class TempModManager
return RedirectResult.NotRegistered;
}
var removed = _modsForAllCollections.RemoveAll( m =>
var removed = list.RemoveAll( m =>
{
if( m.Name != tag || priority != null && m.Priority != priority.Value )
{