From 15a3b6b1c95f7ff5007a010ac6cd5c2ee0fb1f28 Mon Sep 17 00:00:00 2001 From: fifty-six Date: Thu, 21 Oct 2021 02:38:13 -0400 Subject: [PATCH] Update API to 1.5.78, v65 --- .github/workflows/build.yaml | 4 ++-- Assembly-CSharp/ModHooks.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1de06917..ba1d33ee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Vanilla run: | - wget https://files.catbox.moe/b7ulxr.zip -O Vanilla.zip + wget https://files.catbox.moe/i4sdl6.zip -O Vanilla.zip unzip Vanilla.zip -d Vanilla - name: Setup .NET uses: actions/setup-dotnet@v1 @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Vanilla run: | - wget https://files.catbox.moe/998qrb.zip -O Vanilla.zip + wget https://files.catbox.moe/j85bvb.zip -O Vanilla.zip unzip Vanilla.zip -d Vanilla - name: Setup .NET uses: actions/setup-dotnet@v1 diff --git a/Assembly-CSharp/ModHooks.cs b/Assembly-CSharp/ModHooks.cs index 5871a04a..220f2b55 100644 --- a/Assembly-CSharp/ModHooks.cs +++ b/Assembly-CSharp/ModHooks.cs @@ -24,7 +24,7 @@ namespace Modding [PublicAPI] public class ModHooks { - private const int _modVersion = 64; + private const int _modVersion = 65; internal static bool IsInitialized;