Skip to content

Commit

Permalink
Merge pull request #21 from OLDRedstone/main
Browse files Browse the repository at this point in the history
  • Loading branch information
allMagicNB authored Sep 10, 2024
2 parents 472301b + 7afd002 commit 8fcccd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
SelectedMods.Remove(ModEntity.RawFileName)
'更改 Loader 和 UI 中的列表
McModLoader.Output.Remove(ModEntity)
SearchResult.Remove(ModEntity)
SearchResult?.Remove(ModEntity)
ModItems.Remove(ModEntity.RawFileName)
Dim IndexOfUi As Integer = PanList.Children.IndexOf(PanList.Children.OfType(Of MyLocalModItem).FirstOrDefault(Function(i) i.Entry.Equals(ModEntity)))
If IndexOfUi >= 0 Then PanList.Children.RemoveAt(IndexOfUi)
Expand Down

0 comments on commit 8fcccd6

Please sign in to comment.