Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
A small comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Nov 16, 2023
1 parent ac117e6 commit 6b7ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FixSessionBrowser/FixSessionBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private static void ScheduleForceUpdate(WorldItem item, object selectedItem = nu
forceUpdateMethod.Invoke(item, new object[] { worldDetail == null }); // Only notify the WorldListManager if the item is a WorldThumbnailItem
if (Config.GetValue(RESELECT) && (selectedSessionId != null || selectedWorld != null))
{
// do scary reflection to reselect the session when the WorldDetail updates
// do scary reflection to reselect the session after the WorldDetail updates
// this is just a quality of life improvement
var sessionSelectionList = (System.Collections.IList)sessionSelectionListField.GetValue(worldDetail);
if (sessionSelectionList == null) return;
Expand Down

0 comments on commit 6b7ddb0

Please sign in to comment.