Stop Equinox complaining about session download patch not being static

This commit is contained in:
Brant Martin
2018-07-03 18:34:09 -04:00
parent 5496ad1198
commit ba98e0a15a

View File

@@ -12,7 +12,7 @@ using VRage.Game;
namespace Torch.Patches namespace Torch.Patches
{ {
[PatchShim] [PatchShim]
internal class SessionDownloadPatch internal static class SessionDownloadPatch
{ {
internal static void Patch(PatchContext context) internal static void Patch(PatchContext context)
{ {