mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Add last IPC tests, fix some problems with them, increment API Version to 5.
This commit is contained in:
parent
f17e9be824
commit
311882948a
6 changed files with 126 additions and 34 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue