mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-19 23:24:22 +01:00
Add changed item for meta manipulations to effective changes.
This commit is contained in:
parent
6a3d214e15
commit
347e4b2023
2 changed files with 22 additions and 7 deletions
|
|
@ -397,7 +397,7 @@ public class CommandHandler : IDisposable
|
|||
return false;
|
||||
}
|
||||
|
||||
var settings = collection.Settings[ mod.Index ];
|
||||
var settings = collection!.Settings[ mod.Index ];
|
||||
switch( state )
|
||||
{
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue