Skip to content

Commit 9a8b378

Browse files
authored
Update SteamLoginPatch.cs
1 parent f786dcc commit 9a8b378

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎Torch.Server/Patches/SteamLoginPatch.cs‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ public static class SteamLoginPatch
2020

2121
public static void Patch(PatchContext context)
2222
{
23-
Log.Info("Disabled temp");
24-
return;
2523
context.GetPattern(LoginMethod).Prefixes.Add(PrefixMethod);
2624
}
2725

0 commit comments

Comments
 (0)