From 8d03c33528333f55ce42c7cfe08b0cb63c50f945 Mon Sep 17 00:00:00 2001 From: art0007i Date: Sat, 12 Sep 2026 18:55:06 +0200 Subject: [PATCH] alleged awesome fix --- LocaleInjectionPatch.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocaleInjectionPatch.cs b/LocaleInjectionPatch.cs index 0d52df3..ece2a9b 100644 --- a/LocaleInjectionPatch.cs +++ b/LocaleInjectionPatch.cs @@ -24,7 +24,7 @@ internal static class LocaleInjectionPatch /// Waits for the async method to finish, then injects all mod locales. /// [HarmonyPostfix] - private static async void Postfix(FrooxEngine.LocaleResource __instance, Task __result, LocaleVariantDescriptor? variant) + private static async Task Postfix(Task __result, FrooxEngine.LocaleResource __instance, LocaleVariantDescriptor? variant) { try { @@ -187,4 +187,4 @@ private static bool IsLocaleMatch(string fileLocale, string targetLocale) return fileBase == targetBase; } -} \ No newline at end of file +}