minor cleanup
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 3m57s
Build / Build Nuget package (NuGet) (push) Successful in 3m21s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m8s
Build / Build Nuget package (SharedCringe) (push) Successful in 2m57s
Build / Build Launcher (push) Successful in 5m39s
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 3m57s
Build / Build Nuget package (NuGet) (push) Successful in 3m21s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m8s
Build / Build Nuget package (SharedCringe) (push) Successful in 2m57s
Build / Build Launcher (push) Successful in 5m39s
This commit is contained in:
@@ -6,7 +6,7 @@ namespace CringeLauncher.Patches;
|
||||
|
||||
// eos is disabled
|
||||
// [HarmonyPatch]
|
||||
public class EosInitPatch
|
||||
public static class EosInitPatch
|
||||
{
|
||||
private static MethodInfo TargetMethod() =>
|
||||
AccessTools.Method(Type.GetType("VRage.EOS.MyEOSNetworking, VRage.EOS", true), "Init");
|
||||
|
@@ -8,7 +8,7 @@ using System.Reflection;
|
||||
namespace CringeLauncher.Patches;
|
||||
|
||||
[HarmonyPatch]
|
||||
public class RenderHookPatch
|
||||
public static class RenderHookPatch
|
||||
{
|
||||
[HarmonyPrefix, HarmonyPatch(typeof(SwapChain), nameof(SwapChain.Present))]
|
||||
private static void PresentPrefix()
|
||||
|
Reference in New Issue
Block a user