Skip to content

Commit 3399925

Browse files
committed
My mind is not as sharp as it used to be, sadly
1 parent d1929a3 commit 3399925

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ArchiSteamFarm/Steam/Integration/SteamUtilities.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,8 @@ internal static bool TryParseGameIdentifier(string input, EGameIdentifier defaul
217217

218218
break;
219219
case EGameIdentifier.Name:
220-
type = EGameIdentifier.Name;
221-
value = input;
222-
223-
return true;
224220
case EGameIdentifier.Regex:
225-
type = EGameIdentifier.Regex;
221+
type = defaultType;
226222
value = input;
227223

228224
return true;

0 commit comments

Comments
 (0)