Linux fix w/ config. Might implement properly later.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
|
||||
public static ConfigEntry<bool> RegistrationPatch;
|
||||
public static ConfigEntry<bool> AFKPatch;
|
||||
public static ConfigEntry<bool> RefreshTokenFix;
|
||||
public static ConfigEntry<bool> ProtonDeviceIdFix;
|
||||
}
|
||||
public static class PatchConfigDefaults
|
||||
{
|
||||
@@ -33,6 +34,7 @@ namespace undead_universal_patch_il2cpp.Core.Config
|
||||
public static bool RegistrationPatch = false;
|
||||
public static bool AFKPatch = false;
|
||||
public static bool RefreshTokenFix = false;
|
||||
public static bool ProtonDeviceIdFix = false;
|
||||
}
|
||||
public static class ServerPatchesConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user