mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[BadAnimatorFix] Speculative fix for loading Login, Init, and HQ scenes.
Exterrata said it kept erroring but I could not reproduce. This should solve it.
This commit is contained in:
parent
13927f1d67
commit
a902cd250f
6 changed files with 49 additions and 50 deletions
|
@ -10,7 +10,7 @@ using System.Reflection;
|
|||
[assembly: AssemblyProduct(nameof(NAK.BadAnimatorFix))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.BadAnimatorFix.BadAnimatorFixer),
|
||||
typeof(NAK.BadAnimatorFix.BadAnimatorFix),
|
||||
nameof(NAK.BadAnimatorFix),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
|
@ -25,6 +25,6 @@ using System.Reflection;
|
|||
namespace NAK.BadAnimatorFix.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
public const string Version = "1.0.1";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue