diff --git a/FixSessionBrowser/FixSessionBrowser.cs b/FixSessionBrowser/FixSessionBrowser.cs index 2d6f3b7..ce9026e 100644 --- a/FixSessionBrowser/FixSessionBrowser.cs +++ b/FixSessionBrowser/FixSessionBrowser.cs @@ -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;