mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Remove some warnings about nullable.
This commit is contained in:
parent
3f9d97f65f
commit
ef2f2cff5c
26 changed files with 330 additions and 352 deletions
|
|
@ -39,7 +39,7 @@ namespace Penumbra.UI
|
|||
_menu.InstalledTab.Selector.ResetModNamesLower();
|
||||
_menu.InstalledTab.Selector.ClearSelection();
|
||||
// create the directory if it doesn't exist
|
||||
Directory.CreateDirectory( _plugin.Configuration.CurrentCollection );
|
||||
Directory.CreateDirectory( _plugin!.Configuration!.CurrentCollection );
|
||||
|
||||
var modManager = Service< ModManager >.Get();
|
||||
modManager.DiscoverMods( _plugin.Configuration.CurrentCollection );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue