From ba98e0a15a7b44b1fc4911f4cf6b36409d655244 Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Tue, 3 Jul 2018 18:34:09 -0400 Subject: [PATCH] Stop Equinox complaining about session download patch not being static --- Torch/Patches/SessionDownloadPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Torch/Patches/SessionDownloadPatch.cs b/Torch/Patches/SessionDownloadPatch.cs index fc81ad5..dbc04f7 100644 --- a/Torch/Patches/SessionDownloadPatch.cs +++ b/Torch/Patches/SessionDownloadPatch.cs @@ -12,7 +12,7 @@ using VRage.Game; namespace Torch.Patches { [PatchShim] - internal class SessionDownloadPatch + internal static class SessionDownloadPatch { internal static void Patch(PatchContext context) {