diff --git a/AASBufferFix/AASBufferHelper.cs b/AASBufferFix/AASBufferHelper.cs index a00586d..1b0364c 100644 --- a/AASBufferFix/AASBufferHelper.cs +++ b/AASBufferFix/AASBufferHelper.cs @@ -79,14 +79,12 @@ public class AASBufferHelper : MonoBehaviour { isAcceptingAAS = true; puppetMaster?.ApplyAdvancedAvatarSettings(aasBufferFloat, aasBufferInt, aasBufferByte); - Destroy(this); } public void ApplyExternalAAS(float[] settingsFloat, int[] settingsInt, byte[] settingsByte) { isAcceptingAAS = true; puppetMaster?.ApplyAdvancedAvatarSettings(settingsFloat, settingsInt, settingsByte); - Destroy(this); } public void StoreExternalAASBuffer(float[] settingsFloat, int[] settingsInt, byte[] settingsByte) diff --git a/AASBufferFix/Properties/AssemblyInfo.cs b/AASBufferFix/Properties/AssemblyInfo.cs index d9fb19f..2797515 100644 --- a/AASBufferFix/Properties/AssemblyInfo.cs +++ b/AASBufferFix/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace AASBufferFix.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.1"; + public const string Version = "1.0.3"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/AASBufferFix/format.json b/AASBufferFix/format.json index 2d74952..7fa27a9 100644 --- a/AASBufferFix/format.json +++ b/AASBufferFix/format.json @@ -1,7 +1,7 @@ { - "_id": -1, + "_id": 126, "name": "AASBufferFix", - "modversion": "1.0.1", + "modversion": "1.0.3", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/AASBufferFix/releases/download/v1.0.1/AASBufferFix.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/AASBufferFix/releases/download/v1.0.3/AASBufferFix.dll", "sourcelink": "https://github.com/NotAKidOnSteam/AASBufferFix/", - "changelog": "- Initial Release", + "changelog": "- Initial Release\n- Fixed extremely rare condition where AAS would be applied before ready.\n- Don't destroy helper on first load...'", "embedcolor": "9b59b6" } \ No newline at end of file