From df4e43558558b2ea41e43402045b819adb89f4c3 Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:54:14 +0300 Subject: [PATCH] api 11 --- CustomizePlus/Armatures/Data/Armature.cs | 2 +- repo.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CustomizePlus/Armatures/Data/Armature.cs b/CustomizePlus/Armatures/Data/Armature.cs index 4584386..f898a1a 100644 --- a/CustomizePlus/Armatures/Data/Armature.cs +++ b/CustomizePlus/Armatures/Data/Armature.cs @@ -175,7 +175,7 @@ public unsafe class Armature var newPose = cBase->Skeleton->PartialSkeletons[i].GetHavokPose(Constants.TruePoseIndex); if (newPose != null - && newPose->Skeleton->Bones.Length != _partialSkeletons[i].Length) + && newPose->Skeleton->Bones.Length != _partialSkeletons[i].Length) //todo: same length but different bone names (fucking hair) return true; } } diff --git a/repo.json b/repo.json index b74059f..e730349 100644 --- a/repo.json +++ b/repo.json @@ -9,8 +9,8 @@ "TestingAssemblyVersion": "2.0.7.1", "RepoUrl": "https://github.com/Aether-Tools/CustomizePlus", "ApplicableVersion": "any", - "DalamudApiLevel": 10, - "TestingDalamudApiLevel": 10, + "DalamudApiLevel": 11, + "TestingDalamudApiLevel": 11, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0,