diff --git a/CollapseLauncher/Classes/ShortcutCreator/SteamShortcutParser.cs b/CollapseLauncher/Classes/ShortcutCreator/SteamShortcutParser.cs index d658e8ba7..a439db83c 100644 --- a/CollapseLauncher/Classes/ShortcutCreator/SteamShortcutParser.cs +++ b/CollapseLauncher/Classes/ShortcutCreator/SteamShortcutParser.cs @@ -134,7 +134,6 @@ public SteamShortcut ParseShortcut(string line) newShortcut.LastPlayTime = ANSI.GetString(buffer.ToArray(), 0, buffer.Count); buffer = []; parse = ParseType.FindType; - continue; } break; case ParseType.ValueAppid: