refresh token fix

This commit is contained in:
2025-09-19 22:37:22 -04:00
parent 628977263e
commit a924465919
5 changed files with 40 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
public static ConfigEntry<bool> ImageSignaturePatch;
public static ConfigEntry<bool> RegistrationPatch;
public static ConfigEntry<bool> AFKPatch;
public static ConfigEntry<bool> RefreshTokenFix;
}
public static class PatchConfigDefaults
{
@@ -31,6 +32,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
public static bool ImageSignaturePatch = false;
public static bool RegistrationPatch = false;
public static bool AFKPatch = false;
public static bool RefreshTokenFix = false;
}
public static class ServerPatchesConfig
{