Merge remote-tracking branch 'pve/master'

This commit is contained in:
zznty
2022-10-15 02:09:17 +07:00
4 changed files with 17 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ public static class SteamLoginPatch
private static readonly ILogger Log = LogManager.GetCurrentClassLogger();
[ReflectedMethodInfo(null, "LogOnAnonymous", TypeName = "VRage.Steam.MySteamGameServer, VRage.Steam")]
private static readonly MethodInfo LoginMethod;
private static MethodInfo LoginMethod = null!;
public static void Patch(PatchContext context)
{