Skip to content

Commit f786dcc

Browse files
authored
Update SteamLoginPatch.cs
1 parent c81f139 commit f786dcc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎Torch.Server/Patches/SteamLoginPatch.cs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public static class SteamLoginPatch
2020

2121
public static void Patch(PatchContext context)
2222
{
23+
Log.Info("Disabled temp");
24+
return;
2325
context.GetPattern(LoginMethod).Prefixes.Add(PrefixMethod);
2426
}
2527

@@ -37,4 +39,4 @@ private static bool Prefix()
3739
return false;
3840
}
3941
}
40-
}
42+
}

0 commit comments

Comments
 (0)